aboutsummaryrefslogtreecommitdiffstats
path: root/src/win_gl.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-29 16:32:32 +0100
committerDavid Robillard <d@drobilla.net>2020-10-30 10:58:30 +0100
commitd7703c822c7b2373615a972f02667287635c667b (patch)
treebbfd978a093bed67ec36f64daebe1043d22caa79 /src/win_gl.c
parent09fd11906d65a909bc84c7950f428ea3092dc405 (diff)
downloadpugl-d7703c822c7b2373615a972f02667287635c667b.tar.gz
pugl-d7703c822c7b2373615a972f02667287635c667b.tar.bz2
pugl-d7703c822c7b2373615a972f02667287635c667b.zip
Simplify header names
Diffstat (limited to 'src/win_gl.c')
-rw-r--r--src/win_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win_gl.c b/src/win_gl.c
index f011f5b..e46ece8 100644
--- a/src/win_gl.c
+++ b/src/win_gl.c
@@ -23,7 +23,7 @@
#include "types.h"
#include "win.h"
-#include "pugl/pugl_gl.h"
+#include "pugl/gl.h"
#include <windows.h>