Qt: Fix non-Windows build with libepoxy installed

This commit is contained in:
Jeffrey Pfau 2015-11-04 00:39:04 -08:00
parent 7177af28f8
commit ec32efd8e4
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#ifdef USE_EPOXY
#include <epoxy/gl.h>
#include <epoxy/wgl.h>
#endif
#include <QGLWidget>