Remove signal.h, doesn't seem to be used.
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Oct 2008 06:57:23 +0000 (06:57 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Oct 2008 06:57:23 +0000 (06:57 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@37044 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/fb/evas_fb.h
src/modules/engines/fb/evas_fb_main.c

index 0289102..720c4bf 100644 (file)
@@ -14,9 +14,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <termios.h>
-#include <signal.h>
 #include <errno.h>
-#include <signal.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <sys/wait.h>
index ce6946a..c764a22 100644 (file)
@@ -7,7 +7,6 @@
 #include "evas_common.h"
 #include "evas_fb.h"
 
-#include <signal.h>
 #include <sys/ioctl.h>
 #include <sys/wait.h>
 #include <linux/kd.h>