Better fix for the patched build.
skia_test is also built on Android in pathops_unittest, which needed
to also depend on the flags project.
Remove the hack in skia_test of providing the full path.
Review URL: https://codereview.chromium.org/14177002
git-svn-id: http://skia.googlecode.com/svn/trunk@8632 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 5f88668..0851f8e 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "../tools/flags/SkCommandLineFlags.h"
+#include "SkCommandLineFlags.h"
#include "SkGraphics.h"
#include "Test.h"
#include "SkOSFile.h"