Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2021-12-31 00:27:16 +0300
committerelfmz <fenix1905@tut.by>2021-12-31 02:27:02 +0300
commita14dc1a81c797928d4f1b7d6a6b46ecc63f98308 (patch)
treec27c61ac33582bc4d469c6608cd042add388f230 /colorer
parentd5f1bf245e96834d44390d1723cfef3dfbb1fb02 (diff)
shuffle a bit far2l sources
Diffstat (limited to 'colorer')
-rw-r--r--colorer/CMakeLists.txt1
-rw-r--r--colorer/src/pcolorer2/pcolorer.h6
2 files changed, 3 insertions, 4 deletions
diff --git a/colorer/CMakeLists.txt b/colorer/CMakeLists.txt
index 7bbc011f..d3c40ce4 100644
--- a/colorer/CMakeLists.txt
+++ b/colorer/CMakeLists.txt
@@ -94,7 +94,6 @@ target_include_directories(colorer PRIVATE src/pcolorer2)
target_include_directories(colorer PRIVATE src)
target_include_directories(colorer PRIVATE ../WinPort)
target_include_directories(colorer PRIVATE ../far2l)
-target_include_directories(colorer PRIVATE ../far2l/Include)
set_target_properties(colorer
PROPERTIES
diff --git a/colorer/src/pcolorer2/pcolorer.h b/colorer/src/pcolorer2/pcolorer.h
index 5e7dbc90..55d6ad0e 100644
--- a/colorer/src/pcolorer2/pcolorer.h
+++ b/colorer/src/pcolorer2/pcolorer.h
@@ -11,9 +11,9 @@
#endif
#endif
-#include<plugin.hpp>
-#include<farcolor.hpp>
-#include<farkeys.hpp>
+#include<fpsdk/plugin.hpp>
+#include<fpsdk/farcolor.hpp>
+#include<fpsdk/farkeys.hpp>
#include"ConsoleAnnotation.h"
#include<wctype.h>