compositor: Fold the log prototypes into compositor.h and drop log.h

We're trying to keep the API exposed by the core compositor in compositor.h
This commit is contained in:
Kristian Høgsberg
2012-08-01 00:00:57 -04:00
parent 8f37e0bc1e
commit 64eca8949b
15 changed files with 13 additions and 48 deletions
-1
View File
@@ -34,7 +34,6 @@
#include "xwayland.h"
#include "xserver-server-protocol.h"
#include "../log.h"
static int
-1
View File
@@ -28,7 +28,6 @@
#include <fcntl.h>
#include "xwayland.h"
#include "../log.h"
static int
weston_wm_write_property(int fd, uint32_t mask, void *data)
-1
View File
@@ -37,7 +37,6 @@
#include "../../shared/cairo-util.h"
#include "../compositor.h"
#include "../log.h"
#include "xserver-server-protocol.h"
#include "hash.h"