diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-11-22 09:35:14 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-11-22 09:35:14 -0500 |
commit | c5241f5b73b0ff67fd8f4223da7e78636d1a2fe4 (patch) | |
tree | cbb6ff674fe0fca62bb82f247e9863581e0ada48 /clients/resizor.c | |
parent | 50719bce2ab02ef48cdd1b846fbc184740c19ff2 (diff) | |
download | weston-c5241f5b73b0ff67fd8f4223da7e78636d1a2fe4.tar.gz weston-c5241f5b73b0ff67fd8f4223da7e78636d1a2fe4.tar.bz2 weston-c5241f5b73b0ff67fd8f4223da7e78636d1a2fe4.zip |
Never include wayland-util.h directly
And fix a missing "" to <> conversion for wayland-client.h include.
Diffstat (limited to 'clients/resizor.c')
-rw-r--r-- | clients/resizor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/resizor.c b/clients/resizor.c index ede9429c..c3d0327a 100644 --- a/clients/resizor.c +++ b/clients/resizor.c @@ -27,7 +27,6 @@ #include <cairo.h> #include <math.h> -#include "wayland-util.h" #include <wayland-client.h> #include "window.h" |