diff options
Diffstat (limited to 'opengl/tests/hwc/hwcStress.cpp')
-rw-r--r-- | opengl/tests/hwc/hwcStress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/hwc/hwcStress.cpp b/opengl/tests/hwc/hwcStress.cpp index 7d7bc1f..b02a424 100644 --- a/opengl/tests/hwc/hwcStress.cpp +++ b/opengl/tests/hwc/hwcStress.cpp @@ -111,7 +111,7 @@ #include <hardware/hwcomposer.h> #include <glTestLib.h> -#include <hwc/hwcTestLib.h> +#include "hwcTestLib.h" using namespace std; using namespace android; |