Never include wayland-util.h directly
And fix a missing "" to <> conversion for wayland-client.h include.
This commit is contained in:
parent
50719bce2a
commit
c5241f5b73
@ -36,7 +36,6 @@
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <cairo.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
@ -36,7 +36,6 @@
|
||||
|
||||
#include <X11/keysym.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include <glib/poppler-document.h>
|
||||
#include <glib/poppler-page.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include <X11/extensions/XKBcommon.h>
|
||||
|
||||
#include <linux/input.h>
|
||||
#include "wayland-util.h"
|
||||
#include <wayland-client.h>
|
||||
#include "cairo-util.h"
|
||||
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "window.h"
|
||||
|
||||
#define ENTRYPOINT static
|
||||
|
@ -32,8 +32,7 @@
|
||||
#include <GL/gl.h>
|
||||
#include <EGL/eglext.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <libudev.h>
|
||||
#include <pixman.h>
|
||||
#include <wayland-server.h>
|
||||
#include "wayland-util.h"
|
||||
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
|
Loading…
Reference in New Issue
Block a user