From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sun, 15 Sep 2013 01:35:14 +0000 (+0300)
Subject: [NY] Removed more garbage.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/c3b507d1eb8a82f9eda3a5e7f7b2dd2f2e9bb4c0?ds=sidebyside

[NY] Removed more garbage.
---

diff --git a/stglibs/srvconf.lib/include/stg/servconf.h b/stglibs/srvconf.lib/include/stg/servconf.h
index 1fa0b2b4..285136ea 100644
--- a/stglibs/srvconf.lib/include/stg/servconf.h
+++ b/stglibs/srvconf.lib/include/stg/servconf.h
@@ -38,17 +38,11 @@
 #include "stg/parser_send_message.h"
 
 #include "stg/os_int.h"
-#include "stg/const.h"
 
-#include <list>
-#include <vector>
 #include <string>
 
 #include <expat.h>
 
-#define MAX_ERR_STR_LEN (64)
-#define IP_STRING_LEN   (255)
-
 class SERVCONF
 {
 public: