aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/file.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/util/file.cc
parent051256dc2efcf5187a8e2ff1567f62e2187bdb82 (diff)
Header cleanups.
-- MOS_MIGRATED_REVID=91681168
Diffstat (limited to 'src/main/cpp/util/file.cc')
-rw-r--r--src/main/cpp/util/file.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/cpp/util/file.cc b/src/main/cpp/util/file.cc
index 8e76609484..825265e0a5 100644
--- a/src/main/cpp/util/file.cc
+++ b/src/main/cpp/util/file.cc
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/file.h"
+#include "src/main/cpp/util/file.h"
#include <errno.h> // EINVAL
#include <limits.h> // PATH_MAX
@@ -20,9 +20,9 @@
#include <cstdlib>
#include <vector>
-#include "blaze_exit_code.h"
-#include "util/errors.h"
-#include "util/strings.h"
+#include "src/main/cpp/blaze_exit_code.h"
+#include "src/main/cpp/util/errors.h"
+#include "src/main/cpp/util/strings.h"
using std::pair;