Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef AGENT_H_
#define AGENT_H_

//#include "config.h"

#include <memory>

#include "store.h"
Expand Down
2 changes: 0 additions & 2 deletions src/api_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef API_SERVER_H_
#define API_SERVER_H_

//#include "config.h"

#define BOOST_NETWORK_ENABLE_HTTPS
#include <boost/network/protocol/http/server.hpp>
#include <memory>
Expand Down
2 changes: 0 additions & 2 deletions src/docker.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef DOCKER_H_
#define DOCKER_H_

//#include "config.h"

#include <vector>

#include "environment.h"
Expand Down
2 changes: 0 additions & 2 deletions src/instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef INSTANCE_H_
#define INSTANCE_H_

//#include "config.h"

#include <vector>

#include "environment.h"
Expand Down
2 changes: 0 additions & 2 deletions src/json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
**/

//#include "config.h"

#include "json.h"

#include <iostream>
Expand Down
2 changes: 0 additions & 2 deletions src/kubernetes.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef KUBERNETES_H_
#define KUBERNETES_H_

//#include "config.h"

#include <functional>
#include <map>
#include <mutex>
Expand Down
2 changes: 0 additions & 2 deletions src/metadatad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
**/

//#include "config.h"

#include "agent.h"
#include "configuration.h"
#include "docker.h"
Expand Down
2 changes: 0 additions & 2 deletions src/reporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef REPORTER_H_
#define REPORTER_H_

//#include "config.h"

#include <boost/system/system_error.hpp>
#include <map>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef RESOURCE_H_
#define RESOURCE_H_

//#include "config.h"

#include <map>
#include <ostream>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions src/store.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef STORE_H_
#define STORE_H_

//#include "config.h"

#include <map>
#include <mutex>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions src/updater.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef UPDATER_H_
#define UPDATER_H_

//#include "config.h"

#include <functional>
#include <mutex>
#include <string>
Expand Down