commit | 622cfadc8f0d294f875151fe1d8985e0553795ea | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Mar 05 13:57:02 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Mar 05 15:59:38 2012 -0800 |
tree | 74b39f2cdd96c0ef34208e506115b4d377b06150 | |
parent | 06b573e4f9a6600ed41c653f2371ca45779ccaa9 [diff] [blame] |
fixup include paths - remove unneeded include deps - remove some hardcoded include paths Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
diff --git a/opengl/tests/hwc/hwcRects.cpp b/opengl/tests/hwc/hwcRects.cpp index 80cde23..906c169 100644 --- a/opengl/tests/hwc/hwcRects.cpp +++ b/opengl/tests/hwc/hwcRects.cpp
@@ -114,7 +114,7 @@ #include <hardware/hwcomposer.h> #include <glTestLib.h> -#include <hwc/hwcTestLib.h> +#include "hwcTestLib.h" using namespace std; using namespace android;