]> git.stg.codes - stg.git/blobdiff - projects/sgconf/common_sg.h
Fixed error handling in SetUser.
[stg.git] / projects / sgconf / common_sg.h
index ca7eb36ccdc87e2cddc5c75feebe1eefdf3e4731..03090a7628fb71fa47db5cea37d5e65bcb8981e1 100644 (file)
 #ifndef COMMON_SG_H
 #define COMMON_SG_H
 
-#include <string>
-
 #include "stg/servconf.h"
 #include "request.h"
 
+#include <string>
+
 void UsageConf();
 void UsageInfo();
 
@@ -66,4 +66,3 @@ int ProcessSetUser(const std::string &server,
                    bool isMessage = false);
 
 #endif
-