summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-04 18:15:23 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-11 17:35:10 +0200
commit2e6f03cbb2c5664bd338ad28bfd6c54732e64b47 (patch)
tree40645e2c1a9fdd4c397310ac4328e99adb11c4b7 /src/wx/gl_video_view.cc
parentc9dfea2fc2cb4adccdafc325964113c4ccd0e007 (diff)
Fixes for building with newer wxWidgets.
Diffstat (limited to 'src/wx/gl_video_view.cc')
-rw-r--r--src/wx/gl_video_view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index 50fdd0298..a82d5a276 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -40,7 +40,6 @@
#ifdef DCPOMATIC_LINUX
#include <GL/glu.h>
#include <GL/glext.h>
-#include <GL/glxext.h>
#endif
#ifdef DCPOMATIC_WINDOWS