From c3acf71a472483b9c25ea9336357a13b793b3ea1 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 20 Oct 2013 13:10:24 +0300 Subject: [PATCH] Removed unused header. --- stglibs/srvconf.lib/parsers/get_admins.cpp | 2 -- stglibs/srvconf.lib/parsers/get_corporations.cpp | 2 -- stglibs/srvconf.lib/parsers/get_services.cpp | 2 -- stglibs/srvconf.lib/parsers/get_tariffs.cpp | 2 -- 4 files changed, 8 deletions(-) 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; -- 2.44.2