diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-04 18:15:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-11 17:35:10 +0200 |
| commit | 2e6f03cbb2c5664bd338ad28bfd6c54732e64b47 (patch) | |
| tree | 40645e2c1a9fdd4c397310ac4328e99adb11c4b7 /src/wx/gl_video_view.cc | |
| parent | c9dfea2fc2cb4adccdafc325964113c4ccd0e007 (diff) | |
Fixes for building with newer wxWidgets.
Diffstat (limited to 'src/wx/gl_video_view.cc')
| -rw-r--r-- | src/wx/gl_video_view.cc | 1 |
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 |
