commit | 36fbe63a68a81f1c4c921f83c4677bc4017c7151 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Apr 21 13:58:08 2015 +0000 |
committer | Laurent Le Brun <laurentlb@google.com> | Wed Apr 22 12:30:00 2015 +0000 |
tree | 4683e3f17e27e1a23c4ef0336417f390f0195a71 | |
parent | 051256dc2efcf5187a8e2ff1567f62e2187bdb82 [diff] [blame] |
Header cleanups. -- MOS_MIGRATED_REVID=91681168
diff --git a/src/main/cpp/option_processor.h b/src/main/cpp/option_processor.h index 8246216..9e391d6 100644 --- a/src/main/cpp/option_processor.h +++ b/src/main/cpp/option_processor.h
@@ -21,8 +21,8 @@ #include <string> #include <vector> -#include "blaze_exit_code.h" -#include "blaze_startup_options.h" +#include "src/main/cpp/blaze_exit_code.h" +#include "src/main/cpp/blaze_startup_options.h" namespace blaze {