X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/fedf2a49f4b816a2ef73200a6a68dcacb984ca8c..05677b983fa01eb84cf0bcec186fc8084a53f309:/projects/rscriptd/main.cpp

diff --git a/projects/rscriptd/main.cpp b/projects/rscriptd/main.cpp
index e633f9ad..714da320 100644
--- a/projects/rscriptd/main.cpp
+++ b/projects/rscriptd/main.cpp
@@ -38,13 +38,13 @@
 #include <csignal>
 #include <set>
 
-#include "common.h"
-#include "stg_logger.h"
-#include "script_executer.h"
-#include "conffiles.h"
+#include "stg/common.h"
+#include "stg/logger.h"
+#include "stg/scriptexecuter.h"
+#include "stg/conffiles.h"
+#include "stg/version.h"
 #include "listener.h"
 #include "pidfile.h"
-#include "version.h"
 
 using namespace std;
 
@@ -437,4 +437,3 @@ delete cfg;
 return EXIT_SUCCESS;
 }
 //-----------------------------------------------------------------------------
-