From a44404eafb3956e25c98c49a4ded80a2443691d1 Mon Sep 17 00:00:00 2001 From: Igor Peshansky Date: Thu, 22 Mar 2018 19:35:50 -0400 Subject: [PATCH] Remove stale (and commented out) includes of config.h. --- src/agent.h | 2 -- src/api_server.h | 2 -- src/docker.h | 2 -- src/instance.h | 2 -- src/json.cc | 2 -- src/kubernetes.h | 2 -- src/metadatad.cc | 2 -- src/reporter.h | 2 -- src/resource.h | 2 -- src/store.h | 2 -- src/updater.h | 2 -- 11 files changed, 22 deletions(-) diff --git a/src/agent.h b/src/agent.h index 852864e1..1b167d8e 100644 --- a/src/agent.h +++ b/src/agent.h @@ -16,8 +16,6 @@ #ifndef AGENT_H_ #define AGENT_H_ -//#include "config.h" - #include #include "store.h" diff --git a/src/api_server.h b/src/api_server.h index 1ffce7bb..72efcf8c 100644 --- a/src/api_server.h +++ b/src/api_server.h @@ -16,8 +16,6 @@ #ifndef API_SERVER_H_ #define API_SERVER_H_ -//#include "config.h" - #define BOOST_NETWORK_ENABLE_HTTPS #include #include diff --git a/src/docker.h b/src/docker.h index 40cbf64d..763352c1 100644 --- a/src/docker.h +++ b/src/docker.h @@ -16,8 +16,6 @@ #ifndef DOCKER_H_ #define DOCKER_H_ -//#include "config.h" - #include #include "environment.h" diff --git a/src/instance.h b/src/instance.h index dc24e337..184309a7 100644 --- a/src/instance.h +++ b/src/instance.h @@ -16,8 +16,6 @@ #ifndef INSTANCE_H_ #define INSTANCE_H_ -//#include "config.h" - #include #include "environment.h" diff --git a/src/json.cc b/src/json.cc index 1c186ac5..daa81f1d 100644 --- a/src/json.cc +++ b/src/json.cc @@ -14,8 +14,6 @@ * limitations under the License. **/ -//#include "config.h" - #include "json.h" #include diff --git a/src/kubernetes.h b/src/kubernetes.h index 39b35d35..c9f433af 100644 --- a/src/kubernetes.h +++ b/src/kubernetes.h @@ -16,8 +16,6 @@ #ifndef KUBERNETES_H_ #define KUBERNETES_H_ -//#include "config.h" - #include #include #include diff --git a/src/metadatad.cc b/src/metadatad.cc index 7fd17d09..a7680b51 100644 --- a/src/metadatad.cc +++ b/src/metadatad.cc @@ -14,8 +14,6 @@ * limitations under the License. **/ -//#include "config.h" - #include "agent.h" #include "configuration.h" #include "docker.h" diff --git a/src/reporter.h b/src/reporter.h index dc8c4731..334d8700 100644 --- a/src/reporter.h +++ b/src/reporter.h @@ -16,8 +16,6 @@ #ifndef REPORTER_H_ #define REPORTER_H_ -//#include "config.h" - #include #include #include diff --git a/src/resource.h b/src/resource.h index cab6b5cb..e78e52e0 100644 --- a/src/resource.h +++ b/src/resource.h @@ -16,8 +16,6 @@ #ifndef RESOURCE_H_ #define RESOURCE_H_ -//#include "config.h" - #include #include #include diff --git a/src/store.h b/src/store.h index 211adace..535be21f 100644 --- a/src/store.h +++ b/src/store.h @@ -16,8 +16,6 @@ #ifndef STORE_H_ #define STORE_H_ -//#include "config.h" - #include #include #include diff --git a/src/updater.h b/src/updater.h index 62a8534f..1738274e 100644 --- a/src/updater.h +++ b/src/updater.h @@ -16,8 +16,6 @@ #ifndef UPDATER_H_ #define UPDATER_H_ -//#include "config.h" - #include #include #include