X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/fedf2a49f4b816a2ef73200a6a68dcacb984ca8c..42c4d12010e1ed77ea2934073b1298cf7b852ce8:/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 #include -#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; } //----------------------------------------------------------------------------- -