summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2017-02-21 17:01:16 -0500
committerRob Clark <robdclark@gmail.com>2017-02-22 10:31:02 -0500
commit1f1158fe1279e845420d3cb838eff3bbf2e5701a (patch)
tree95fe331b322f1a4d67ed1f1c77b36c0cb8ece71c /common.h
parent3e78eabeeeeb8476583cf2d37f1bd561307694db (diff)
downloadkmscube-1f1158fe1279e845420d3cb838eff3bbf2e5701a.tar.gz
split out legacy (pageflip) kms
Preping to add new atomic alternative path.
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.h b/common.h
index ee1aa54..6a7d7f3 100644
--- a/common.h
+++ b/common.h
@@ -33,12 +33,6 @@
#include <gbm.h>
#include <drm/drm_fourcc.h>
-#define GL_GLEXT_PROTOTYPES 1
-#include <GLES2/gl2.h>
-#include <GLES2/gl2ext.h>
-#include <EGL/egl.h>
-#include <EGL/eglext.h>
-
struct gbm {
struct gbm_device *dev;
struct gbm_surface *surface;