X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a5b8198c962e024e23f77fd8b6d68a129f4c46e7..c0357e12bb0f1c4514956f61c1187059a656f94d:/projects/sgconf_xml/main.cpp?ds=inline

diff --git a/projects/sgconf_xml/main.cpp b/projects/sgconf_xml/main.cpp
index 8c2ce593..d43efea4 100644
--- a/projects/sgconf_xml/main.cpp
+++ b/projects/sgconf_xml/main.cpp
@@ -24,6 +24,10 @@ $Author: nobunaga $
 $Date: 2008/01/05 12:11:34 $
 */
 
+#include "stg/common.h"
+#include "stg/netunit.h"
+#include "request.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <getopt.h>
@@ -33,10 +37,6 @@ $Date: 2008/01/05 12:11:34 $
 #include <arpa/inet.h>
 #include <string.h>
 
-#include "stg/common.h"
-#include "stg/netunit.h"
-#include "request.h"
-
 #define FN_LEN          (512)
 #define REQ_STR_LEN     (300)
 char fileName[FN_LEN];