aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-12-06 10:56:24 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-06 12:07:09 +0000
commit579f601004c73bcc2b71058e254e7b1daca18092 (patch)
tree0c51b46294ea15df5aa57b09c9724717b7ee0224 /src
parentf7ce047b4b43cec2118b25742fdd1e9d51590139 (diff)
Bazel client: add/remove include statements
-- PiperOrigin-RevId: 141157873 MOS_MIGRATED_REVID=141157873
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/blaze_util.h1
-rw-r--r--src/main/cpp/blaze_util_platform.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/blaze_util.h b/src/main/cpp/blaze_util.h
index ec61405764..60a5a243f6 100644
--- a/src/main/cpp/blaze_util.h
+++ b/src/main/cpp/blaze_util.h
@@ -21,7 +21,6 @@
#include <sys/types.h>
-#include <functional>
#include <sstream>
#include <string>
#include <vector>
diff --git a/src/main/cpp/blaze_util_platform.h b/src/main/cpp/blaze_util_platform.h
index ba5b6851f3..0e0c1665ca 100644
--- a/src/main/cpp/blaze_util_platform.h
+++ b/src/main/cpp/blaze_util_platform.h
@@ -18,6 +18,7 @@
#include <stdint.h>
#include <string>
+#include <vector>
#include "src/main/cpp/util/port.h"