]> git.stg.codes - stg.git/commitdiff
Fix include path.
authorMaxim Mamontov <madf@madf.info>
Tue, 20 Mar 2018 09:58:08 +0000 (11:58 +0200)
committerMaxim Mamontov <madf@madf.info>
Tue, 20 Mar 2018 09:58:08 +0000 (11:58 +0200)
projects/sgconf/parser.cpp

index 9d340e8315f4e41780b650a8c953d30bca64e8d1..79833fd317d871a094407857660dfff2377e9e52 100644 (file)
@@ -35,7 +35,8 @@
 
 #include "stg/common.h"
 #include "stg/netunit.h"
-#include "stg/request.h"
+
+#include "request.h"
 
 using namespace std;