diff options
Diffstat (limited to 'pugl/detail/x11_gl.c')
-rw-r--r-- | pugl/detail/x11_gl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c index a881510..d325f9d 100644 --- a/pugl/detail/x11_gl.c +++ b/pugl/detail/x11_gl.c @@ -21,8 +21,8 @@ #include "pugl/detail/types.h" #include "pugl/detail/x11.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl_backend.h" -#include "pugl/pugl_stub_backend.h" +#include "pugl/pugl_gl.h" +#include "pugl/pugl_stub.h" #include <GL/glx.h> #include <X11/X.h> |