aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.h
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2015-04-23 13:57:43 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-04-24 10:11:52 +0000
commit7f9357f1e06d948129469f394647eecce8d6900f (patch)
treebe2f76e08bc1791e5941404bd32953f792a64b39 /src/main/cpp/option_processor.h
parentc9eb84311ab6281ac48ed6cbbe18544eecc9ec74 (diff)
Move blaze_exit_code.h into util/ directory.
This is so util/ files do not depend on anything from higer level. -- Change-Id: I522be6722851f25e79d9c2b85275856cbbd978de MOS_MIGRATED_REVID=91882837
Diffstat (limited to 'src/main/cpp/option_processor.h')
-rw-r--r--src/main/cpp/option_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/option_processor.h b/src/main/cpp/option_processor.h
index 9e391d613b..866b03a36f 100644
--- a/src/main/cpp/option_processor.h
+++ b/src/main/cpp/option_processor.h
@@ -21,8 +21,8 @@
#include <string>
#include <vector>
-#include "src/main/cpp/blaze_exit_code.h"
#include "src/main/cpp/blaze_startup_options.h"
+#include "src/main/cpp/util/exit_code.h"
namespace blaze {