diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-24 16:42:46 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-24 16:42:46 -0800 |
commit | cc0eaa6582563f51c98db1b232200ac4d2a9a996 (patch) | |
tree | 68fcede9c118f7a72de79d0402e92c97b4edfaf3 /opengl/tests/hwc/hwcTestLib.cpp | |
parent | 7b49b4bea8090bb8e5015225eb05686d3676205c (diff) |
remove libui dependency on libEGL
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
Diffstat (limited to 'opengl/tests/hwc/hwcTestLib.cpp')
-rw-r--r-- | opengl/tests/hwc/hwcTestLib.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/tests/hwc/hwcTestLib.cpp b/opengl/tests/hwc/hwcTestLib.cpp index 925405e69a26..63f42bafc436 100644 --- a/opengl/tests/hwc/hwcTestLib.cpp +++ b/opengl/tests/hwc/hwcTestLib.cpp @@ -27,6 +27,8 @@ #include <hwc/hwcTestLib.h> +#include "EGLUtils.h" + // Defines #define NUMA(a) (sizeof(a) / sizeof(a [0])) |