aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-01 11:44:53 +0100
committerDavid Robillard <d@drobilla.net>2020-03-01 20:32:27 +0100
commit2c4c565e1c92aa3a0f583e671502439abdeaf3ff (patch)
tree755f9a54518edf7d7b79b6c01cb9e98461259147 /pugl/detail/x11.h
parent3ea46107e7cebc8af0ea38a577137acd1aabde40 (diff)
downloadpugl-2c4c565e1c92aa3a0f583e671502439abdeaf3ff.tar.gz
pugl-2c4c565e1c92aa3a0f583e671502439abdeaf3ff.tar.bz2
pugl-2c4c565e1c92aa3a0f583e671502439abdeaf3ff.zip
Cleanup: Fix includes
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r--pugl/detail/x11.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h
index 32bd4fb..220f3c8 100644
--- a/pugl/detail/x11.h
+++ b/pugl/detail/x11.h
@@ -18,8 +18,10 @@
@file x11.h Shared definitions for X11 implementation.
*/
-#include "pugl/detail/implementation.h"
+#include "pugl/detail/types.h"
+#include "pugl/pugl.h"
+#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>