X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a5b8198c962e024e23f77fd8b6d68a129f4c46e7..862223ebc00e6153adb8f02f9c3b117547d16314:/projects/sgconf_xml/main.cpp 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 #include #include @@ -33,10 +37,6 @@ $Date: 2008/01/05 12:11:34 $ #include #include -#include "stg/common.h" -#include "stg/netunit.h" -#include "request.h" - #define FN_LEN (512) #define REQ_STR_LEN (300) char fileName[FN_LEN];