diff options
| author | Mathias Agopian <mathias@google.com> | 2012-03-05 13:57:02 -0800 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2012-03-05 15:59:38 -0800 |
| commit | a1549ff1bf59d6a4c85c92678b45d01757c38b6b (patch) | |
| tree | e7126f008355b63f918d07049d01d5d262b3b4ce /opengl/tests/hwc/hwcCommit.cpp | |
| parent | 7e5f1e8dc03f163274be1e1bb97f4b05dcc0a510 (diff) | |
| download | frameworks_base-a1549ff1bf59d6a4c85c92678b45d01757c38b6b.zip frameworks_base-a1549ff1bf59d6a4c85c92678b45d01757c38b6b.tar.gz frameworks_base-a1549ff1bf59d6a4c85c92678b45d01757c38b6b.tar.bz2 | |
fixup include paths
- remove unneeded include deps
- remove some hardcoded include paths
Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
Diffstat (limited to 'opengl/tests/hwc/hwcCommit.cpp')
| -rw-r--r-- | opengl/tests/hwc/hwcCommit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/hwc/hwcCommit.cpp b/opengl/tests/hwc/hwcCommit.cpp index 685dc5d..efa646c 100644 --- a/opengl/tests/hwc/hwcCommit.cpp +++ b/opengl/tests/hwc/hwcCommit.cpp @@ -106,7 +106,7 @@ #include <hardware/hwcomposer.h> #include <glTestLib.h> -#include <hwc/hwcTestLib.h> +#include "hwcTestLib.h" using namespace std; using namespace android; |
