diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index efd787f..ef2e6ee 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -10,7 +10,6 @@ set(SOURCE_FILES functions/solve/classExtension.cpp functions/solve/structure.cpp functions/AbstractionLayers/AbstraktionLayer_Base.h - functions/AbstractionLayers/DestructionPower/DestructionPower.cpp ) add_executable(PuzzleSolver ${SOURCE_FILES}) include_directories(${OpenCV_INCLUDE_DIRS}) diff --git a/Source/functions/AbstractionLayers/DestructionPower/DestructionPower.h b/Source/functions/AbstractionLayers/DestructionPower/DestructionPower.h index dcc4ee9..0aca98f 100644 --- a/Source/functions/AbstractionLayers/DestructionPower/DestructionPower.h +++ b/Source/functions/AbstractionLayers/DestructionPower/DestructionPower.h @@ -9,6 +9,7 @@ #define DESTRUCTION_COUNT 1 #include "../AbstraktionLayer_Base.h" +#include "DestructionPower_Properties.h" #include #include #include diff --git a/Source/header.h b/Source/header.h index 2529a15..0160c60 100755 --- a/Source/header.h +++ b/Source/header.h @@ -11,9 +11,6 @@ using namespace std; - -#include "header/input.h" - /** * IMPORTANT: Each new layer must be included there, to avoid compile errors */