Never include wayland-util.h directly

And fix a missing "" to <> conversion for wayland-client.h include.
dev
Kristian Høgsberg 13 years ago
parent 50719bce2a
commit c5241f5b73
  1. 1
      clients/gears.c
  2. 1
      clients/resizor.c
  3. 1
      clients/terminal.c
  4. 1
      clients/view.c
  5. 1
      clients/window.c
  6. 1
      clients/wscreensaver-glue.h
  7. 3
      clients/wscreensaver.c
  8. 1
      compositor/compositor.h

@ -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…
Cancel
Save