aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_darwin.cc
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-04-21 13:58:08 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-04-22 12:30:00 +0000
commit36fbe63a68a81f1c4c921f83c4677bc4017c7151 (patch)
tree4683e3f17e27e1a23c4ef0336417f390f0195a71 /src/main/cpp/blaze_util_darwin.cc
parent051256dc2efcf5187a8e2ff1567f62e2187bdb82 (diff)
Header cleanups.
-- MOS_MIGRATED_REVID=91681168
Diffstat (limited to 'src/main/cpp/blaze_util_darwin.cc')
-rw-r--r--src/main/cpp/blaze_util_darwin.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/cpp/blaze_util_darwin.cc b/src/main/cpp/blaze_util_darwin.cc
index 30b1af578c..67dfd74660 100644
--- a/src/main/cpp/blaze_util_darwin.cc
+++ b/src/main/cpp/blaze_util_darwin.cc
@@ -19,12 +19,12 @@
#include <unistd.h>
#include <cstdio>
-#include "blaze_exit_code.h"
-#include "blaze_util.h"
-#include "blaze_util_platform.h"
-#include "util/errors.h"
-#include "util/file.h"
-#include "util/strings.h"
+#include "src/main/cpp/blaze_exit_code.h"
+#include "src/main/cpp/blaze_util.h"
+#include "src/main/cpp/blaze_util_platform.h"
+#include "src/main/cpp/util/errors.h"
+#include "src/main/cpp/util/file.h"
+#include "src/main/cpp/util/strings.h"
namespace blaze {