--- queensgui/src/solution.h 2007/07/20 13:50:47 7 +++ queensgui/src/solution.h 2007/07/20 16:58:04 8 @@ -20,7 +20,6 @@ #ifndef SOLUTION_H #define SOLUTION_H -#include "config.h" /** @author Torben Nielsen @@ -36,7 +35,6 @@ virtual Solution* copy() = 0; virtual bool operator==(const Solution& sol) = 0; - //virtual bool operator!=(const Solution& sol) = 0; virtual bool getMatrix(int x, int y) = 0; virtual void setMatrix(int x, int y, bool val) = 0;