diff options
Diffstat (limited to 'cc/texture.h')
-rw-r--r-- | cc/texture.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/texture.h b/cc/texture.h index d2e30cd..d673186 100644 --- a/cc/texture.h +++ b/cc/texture.h @@ -5,10 +5,9 @@ #ifndef CCTexture_h #define CCTexture_h -#include "third_party/khronos/GLES2/gl2.h" #include "CCResourceProvider.h" -#include "CCTexture.h" #include "IntSize.h" +#include "third_party/khronos/GLES2/gl2.h" namespace cc { |