Index: samples/image_diff.cc |
diff --git a/samples/image_diff.cc b/samples/image_diff.cc |
index c7560e1aa175054c2c77f35f45d82af614b1fcd2..9d7844200072cc574248ce2d0ccbb02584e44750 100644 |
--- a/samples/image_diff.cc |
+++ b/samples/image_diff.cc |
@@ -19,9 +19,9 @@ |
#include <string> |
#include <vector> |
-#include "../third_party/base/logging.h" |
-#include "../third_party/base/numerics/safe_conversions.h" |
#include "image_diff_png.h" |
+#include "third_party/base/logging.h" |
+#include "third_party/base/numerics/safe_conversions.h" |
#if defined(OS_WIN) |
#include "windows.h" |