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