aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 21:26:35 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 21:26:35 +0100
commitf6ca60606561ddbe5dab526ab1bc6b89f6dbe082 (patch)
tree41b089efcad6d691f348cc05af193e583afe2380 /src
parent1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712 (diff)
downloadpugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.gz
pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.bz2
pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.zip
Clean up includes
Diffstat (limited to 'src')
-rw-r--r--src/stub.h2
-rw-r--r--src/x11_gl.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/stub.h b/src/stub.h
index e61085c..c816679 100644
--- a/src/stub.h
+++ b/src/stub.h
@@ -19,6 +19,8 @@
#include "pugl/pugl.h"
+#include <stddef.h>
+
PUGL_BEGIN_DECLS
static inline PuglStatus
diff --git a/src/x11_gl.c b/src/x11_gl.c
index d0330b0..34152de 100644
--- a/src/x11_gl.c
+++ b/src/x11_gl.c
@@ -24,7 +24,6 @@
#include <GL/glx.h>
#include <X11/X.h>
#include <X11/Xlib.h>
-#include <X11/Xutil.h>
#include <stdint.h>
#include <stdio.h>