commit | a1549ff1bf59d6a4c85c92678b45d01757c38b6b | [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 | e7126f008355b63f918d07049d01d5d262b3b4ce | |
parent | 7e5f1e8dc03f163274be1e1bb97f4b05dcc0a510 [diff] [blame] |
fixup include paths - remove unneeded include deps - remove some hardcoded include paths Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
diff --git a/opengl/tests/hwc/hwcTestLib.cpp b/opengl/tests/hwc/hwcTestLib.cpp index 63f42ba..28e0c3f 100644 --- a/opengl/tests/hwc/hwcTestLib.cpp +++ b/opengl/tests/hwc/hwcTestLib.cpp
@@ -25,7 +25,7 @@ #include <arpa/inet.h> // For ntohl() and htonl() -#include <hwc/hwcTestLib.h> +#include "hwcTestLib.h" #include "EGLUtils.h"