commit | 64eca8949be6aa33633f2d5a3d72b4eaff4ea148 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Aug 01 00:00:57 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Aug 01 00:00:57 2012 -0400 |
tree | 7b21071fefc34a62d569c54eb52980daec47baa6 | |
parent | 8f37e0bc1ec545c8d0837607a783c86aaed97f6a [diff] [blame] |
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
diff --git a/src/log.c b/src/log.c index 0452e65..e5430d6 100644 --- a/src/log.c +++ b/src/log.c
@@ -30,7 +30,7 @@ #include <wayland-server.h> #include <wayland-util.h> -#include "log.h" +#include "compositor.h" static FILE *weston_logfile = NULL;