summaryrefslogtreecommitdiffstats
path: root/libs/hwui/AmbientShadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/AmbientShadow.h')
-rw-r--r--libs/hwui/AmbientShadow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/AmbientShadow.h b/libs/hwui/AmbientShadow.h
index 9660dc0..8eb1048 100644
--- a/libs/hwui/AmbientShadow.h
+++ b/libs/hwui/AmbientShadow.h
@@ -19,13 +19,13 @@
#define ANDROID_HWUI_AMBIENT_SHADOW_H
#include "Debug.h"
-#include "OpenGLRenderer.h"
#include "Vector.h"
-#include "VertexBuffer.h"
namespace android {
namespace uirenderer {
+class VertexBuffer;
+
/**
* AmbientShadow is used to calculate the ambient shadow value around a polygon.
*/