summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-03-10 23:19:46 -0400
committerKristian Høgsberg <krh@redhat.com>2009-03-10 23:43:24 -0400
commit820a87742852b52004f06626bb4f683aebcd7dca (patch)
tree3278291619d4791e5501f5e8b46fa3bd19b09f2e
parent4fa4873928f2903dc4aeebf63236aa151b504c03 (diff)
downloadwayland-820a87742852b52004f06626bb4f683aebcd7dca.tar.gz
wayland-820a87742852b52004f06626bb4f683aebcd7dca.tar.xz
wayland-820a87742852b52004f06626bb4f683aebcd7dca.zip
Trim include list.
-rw-r--r--wayland-system-compositor.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/wayland-system-compositor.c b/wayland-system-compositor.c
index 719426f..3b1c203 100644
--- a/wayland-system-compositor.c
+++ b/wayland-system-compositor.c
@@ -18,29 +18,21 @@
#include <stdio.h>
#include <string.h>
-#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <termios.h>
#include <i915_drm.h>
#include <sys/ioctl.h>
-#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
-#include <signal.h>
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <glib.h>
-#include <sys/poll.h>
-#include <png.h>
#include <math.h>
#include <linux/input.h>
#include <linux/vt.h>
#include <xf86drmMode.h>
#include <time.h>
-#include <fnmatch.h>
-#include <dirent.h>
#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
#include <libudev.h>