]> git.stg.codes - stg.git/commitdiff
Fix sgauth compilation errors
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:47:17 +0000 (18:47 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:47:17 +0000 (18:47 +0300)
projects/sgauth/main.cpp
projects/sgauth/settings_impl.cpp
projects/sgauth/settings_impl.h
projects/sgauth/web.cpp
projects/sgauth/web.h

index b161a5f300ea275a98bf4bec2d884f06030a0477..c78f18edcc7e330ad52149e2690e50c9454bcce5 100644 (file)
@@ -35,8 +35,8 @@
 #include <iostream>
 #include <vector>
 
-#include "ia_auth_c.h"
-#include "common.h"
+#include "stg/ia_auth_c.h"
+#include "stg/common.h"
 #include "web.h"
 #include "settings_impl.h"
 
index bcb561708556f21853fd8cfbb734f43d96011da4..44088d1f752784ef598fcf0ae6aa1b0afd775cb0 100644 (file)
@@ -21,9 +21,9 @@
 #include <iostream>
 #include <cstring>
 
+#include "stg/common.h"
+#include "stg/conffiles.h"
 #include "settings_impl.h"
-#include "common.h"
-#include "conffiles.h"
 
 SETTINGS_IMPL::SETTINGS_IMPL()
     : port(0),
index 74b70d39e2f38582b2dce78785857f4b380a9e68..b334dac9e1c01c56cc6cd69f64a53a207c7bde6b 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <string>
 
-#include "os_int.h"
+#include "stg/os_int.h"
 
 class SETTINGS_IMPL {
 public:
index edafc9d84aa05eede4bdf12e196c6b1f2e2faeb5..e3c38adf70b469715d914bbef869802f76089f11 100644 (file)
@@ -28,9 +28,9 @@
 #include <time.h>
 #include <libintl.h>
 
+#include "stg/common.h"
+#include "stg/ia_auth_c.h"
 #include "web.h"
-#include "common.h"
-#include "ia_auth_c.h"
 
 extern WEB * web;
 extern IA_CLIENT_PROT * clnp;
index be9e158dcfe1da5a6f2aa143966b856aaebb6bd5..a4dfcb48d31305581466683b2d30799a27f06530 100644 (file)
@@ -39,8 +39,8 @@
 #include <string>
 #include <list>
 
-#include "stg_const.h"
-#include "ia_packets.h"
+#include "stg/stg_const.h"
+#include "stg/ia_packets.h"
 
 using namespace std;