summaryrefslogtreecommitdiff
path: root/include/epoxy/gl.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-13 17:51:07 -0800
committerEric Anholt <eric@anholt.net>2013-12-15 20:16:01 -0800
commit982e39f188aa34d3b8d5015d56677113dd665e72 (patch)
treeb8a76bdace73e2334a311b95bc47c7f0d69ef2cf /include/epoxy/gl.h
parent3d2a2b3c80235bbcae97c1ba552478c40b317185 (diff)
downloadlibepoxy-982e39f188aa34d3b8d5015d56677113dd665e72.tar.gz
Move the #defines into the main generated header.
I initially thought I was going to have two sets of defines you chose from using #include, but that never ended up being necessary.
Diffstat (limited to 'include/epoxy/gl.h')
-rw-r--r--include/epoxy/gl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/epoxy/gl.h b/include/epoxy/gl.h
index 593272b..82e143f 100644
--- a/include/epoxy/gl.h
+++ b/include/epoxy/gl.h
@@ -78,7 +78,6 @@ extern "C" {
#endif
#include "epoxy/gl_generated.h"
-#include "epoxy/gl_generated_vtable_defines.h"
bool epoxy_has_gl_extension(const char *extension);
bool epoxy_is_desktop_gl(void);