diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-06-15 18:13:07 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-06-16 11:01:54 -0700 |
commit | b4dae9beff2745e3dadde63e65b8ca3566c1ca5f (patch) | |
tree | 5676830239a5c5c6d279102ef563e39094b535da | |
parent | cd7df632be8e665693e7bf3920a1d38f2ec30513 (diff) | |
download | weston-b4dae9beff2745e3dadde63e65b8ca3566c1ca5f.tar.gz weston-b4dae9beff2745e3dadde63e65b8ca3566c1ca5f.tar.bz2 weston-b4dae9beff2745e3dadde63e65b8ca3566c1ca5f.zip |
Make config.h inclusion consistent
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
-rw-r--r-- | clients/multi-resource.c | 2 | ||||
-rw-r--r-- | clients/presentation-shm.c | 2 | ||||
-rw-r--r-- | clients/simple-damage.c | 2 | ||||
-rw-r--r-- | clients/simple-dmabuf-intel.c | 2 | ||||
-rw-r--r-- | clients/simple-dmabuf-v4l.c | 2 | ||||
-rw-r--r-- | clients/simple-shm.c | 2 | ||||
-rw-r--r-- | clients/simple-touch.c | 2 | ||||
-rw-r--r-- | clients/terminal.c | 2 | ||||
-rw-r--r-- | clients/weston-simple-im.c | 2 | ||||
-rw-r--r-- | src/cms-colord.c | 4 | ||||
-rw-r--r-- | xwayland/hash.c | 2 |
11 files changed, 11 insertions, 13 deletions
diff --git a/clients/multi-resource.c b/clients/multi-resource.c index b061e682..c2830229 100644 --- a/clients/multi-resource.c +++ b/clients/multi-resource.c @@ -22,7 +22,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/presentation-shm.c b/clients/presentation-shm.c index 2d9b8852..998ce8b2 100644 --- a/clients/presentation-shm.c +++ b/clients/presentation-shm.c @@ -23,7 +23,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/simple-damage.c b/clients/simple-damage.c index 82091d52..bb81902d 100644 --- a/clients/simple-damage.c +++ b/clients/simple-damage.c @@ -23,7 +23,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/simple-dmabuf-intel.c b/clients/simple-dmabuf-intel.c index 2ac22005..fa2bfc41 100644 --- a/clients/simple-dmabuf-intel.c +++ b/clients/simple-dmabuf-intel.c @@ -22,7 +22,7 @@ * OF THIS SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/simple-dmabuf-v4l.c b/clients/simple-dmabuf-v4l.c index a73556c8..7ee5cce7 100644 --- a/clients/simple-dmabuf-v4l.c +++ b/clients/simple-dmabuf-v4l.c @@ -20,7 +20,7 @@ * OF THIS SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/simple-shm.c b/clients/simple-shm.c index 1aa26cef..c442d88a 100644 --- a/clients/simple-shm.c +++ b/clients/simple-shm.c @@ -22,7 +22,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/simple-touch.c b/clients/simple-touch.c index 446f2cad..8fd0b0a2 100644 --- a/clients/simple-touch.c +++ b/clients/simple-touch.c @@ -22,7 +22,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/clients/terminal.c b/clients/terminal.c index a70fef31..66bdeec4 100644 --- a/clients/terminal.c +++ b/clients/terminal.c @@ -21,7 +21,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdbool.h> #include <stdint.h> diff --git a/clients/weston-simple-im.c b/clients/weston-simple-im.c index 0ee505a0..c997467d 100644 --- a/clients/weston-simple-im.c +++ b/clients/weston-simple-im.c @@ -21,7 +21,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/src/cms-colord.c b/src/cms-colord.c index c88eb11b..b9bc9e3b 100644 --- a/src/cms-colord.c +++ b/src/cms-colord.c @@ -23,9 +23,7 @@ * SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +#include "config.h" #include <fcntl.h> #include <unistd.h> diff --git a/xwayland/hash.c b/xwayland/hash.c index 54f3de93..820e51fa 100644 --- a/xwayland/hash.c +++ b/xwayland/hash.c @@ -32,7 +32,7 @@ * Keith Packard <keithp@keithp.com> */ -#include <config.h> +#include "config.h" #include <stdlib.h> #include <stdint.h> |