diff options
author | David Robillard <d@drobilla.net> | 2020-03-16 16:24:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-16 16:24:56 +0100 |
commit | 7de08cd2a57d26f546060183944632da71f643f2 (patch) | |
tree | 010f7371ebd6b62c60cf63223fdc23bfa1821331 /pugl | |
parent | 1be8849a305d6ced92e750f954a71d305f846e9c (diff) | |
download | pugl-7de08cd2a57d26f546060183944632da71f643f2.tar.gz pugl-7de08cd2a57d26f546060183944632da71f643f2.tar.bz2 pugl-7de08cd2a57d26f546060183944632da71f643f2.zip |
Cleanup: Remove unused include
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/x11_cairo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/detail/x11_cairo.c b/pugl/detail/x11_cairo.c index 41de7cc..0229d97 100644 --- a/pugl/detail/x11_cairo.c +++ b/pugl/detail/x11_cairo.c @@ -22,7 +22,6 @@ #include "pugl/detail/x11.h" #include "pugl/pugl.h" #include "pugl/pugl_cairo.h" -#include "pugl/pugl_stub.h" #include <X11/Xutil.h> #include <cairo-xlib.h> |