From: Maxim Mamontov Date: Sun, 20 Oct 2013 10:10:24 +0000 (+0300) Subject: Removed unused header. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/c3acf71a472483b9c25ea9336357a13b793b3ea1 Removed unused header. --- diff --git a/stglibs/srvconf.lib/parsers/get_admins.cpp b/stglibs/srvconf.lib/parsers/get_admins.cpp index 434ec066..947a9ce4 100644 --- a/stglibs/srvconf.lib/parsers/get_admins.cpp +++ b/stglibs/srvconf.lib/parsers/get_admins.cpp @@ -20,8 +20,6 @@ #include "get_admins.h" -#include "stg/admin_conf.h" - #include using namespace STG; diff --git a/stglibs/srvconf.lib/parsers/get_corporations.cpp b/stglibs/srvconf.lib/parsers/get_corporations.cpp index 669e145e..0a9a68ad 100644 --- a/stglibs/srvconf.lib/parsers/get_corporations.cpp +++ b/stglibs/srvconf.lib/parsers/get_corporations.cpp @@ -20,8 +20,6 @@ #include "get_corporations.h" -#include "stg/corp_conf.h" - #include using namespace STG; diff --git a/stglibs/srvconf.lib/parsers/get_services.cpp b/stglibs/srvconf.lib/parsers/get_services.cpp index ec26f126..c34a7099 100644 --- a/stglibs/srvconf.lib/parsers/get_services.cpp +++ b/stglibs/srvconf.lib/parsers/get_services.cpp @@ -20,8 +20,6 @@ #include "get_services.h" -#include "stg/service_conf.h" - #include using namespace STG; diff --git a/stglibs/srvconf.lib/parsers/get_tariffs.cpp b/stglibs/srvconf.lib/parsers/get_tariffs.cpp index cff51e4c..b5d0fe6e 100644 --- a/stglibs/srvconf.lib/parsers/get_tariffs.cpp +++ b/stglibs/srvconf.lib/parsers/get_tariffs.cpp @@ -20,8 +20,6 @@ #include "get_tariffs.h" -#include "stg/tariff_conf.h" - #include using namespace STG;