]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parser_server_info.h
Moved base and utility classes from global scope.
[stg.git] / stglibs / srvconf.lib / parser_server_info.h
index 2e91106c8767147694d64f4ec748b52e17c66830..9ac23ee8437d189bd8c68538f696fd2d52f85691 100644 (file)
@@ -22,9 +22,9 @@
 #ifndef __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__
 #define __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__
 
-#include "stg/parser.h"
+#include "parser.h"
+#include "property_parsers.h"
 
-#include "stg/property_parsers.h"
 #include "stg/servconf_types.h"
 
 #include <string>
@@ -37,11 +37,11 @@ namespace SERVER_INFO
 class PARSER: public STG::PARSER
 {
 public:
-
     PARSER();
     int  ParseStart(const char * el, const char ** attr);
     void ParseEnd(const char * el);
     void SetCallback(CALLBACK f, void * data);
+
 private:
     PROPERTY_PARSERS propertyParsers;
     CALLBACK callback;