[PATCH] ivi-shell: clean up unnecesary header
Nobuhiko Tanibata
NOBUHIKO_TANIBATA at xddp.denso.co.jp
Sun Dec 14 20:20:14 PST 2014
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA at xddp.denso.co.jp>
---
ivi-shell/ivi-layout.c | 5 -----
ivi-shell/ivi-shell.c | 5 -----
2 files changed, 10 deletions(-)
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
index 5d89eb0..67ccf6e 100644
--- a/ivi-shell/ivi-layout.c
+++ b/ivi-shell/ivi-layout.c
@@ -53,12 +53,7 @@
*
*/
-#include <sys/wait.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
-#include <linux/input.h>
#include "compositor.h"
#include "ivi-layout-export.h"
diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
index a14010e..1e068e2 100644
--- a/ivi-shell/ivi-shell.c
+++ b/ivi-shell/ivi-shell.c
@@ -32,12 +32,7 @@
*/
#include "config.h"
-#include <sys/wait.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
-#include <linux/input.h>
#include <dlfcn.h>
#include <limits.h>
#include <assert.h>
--
1.8.3.1
More information about the wayland-devel
mailing list