Only unix should depend on signal.h
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Oct 2008 06:49:44 +0000 (06:49 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Oct 2008 06:49:44 +0000 (06:49 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@37043 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_cpu.c
src/lib/include/evas_common.h

index 1fbb673..9747251 100644 (file)
@@ -8,9 +8,10 @@
 #include "evas_mmx.h"
 #endif
 
+#ifndef _WIN32
+#include <signal.h>
 #include <setjmp.h>
 
-#ifndef _WIN32
 static sigjmp_buf detect_buf;
 #endif
 
index f573d7f..59f3834 100644 (file)
@@ -55,8 +55,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <signal.h>
-#include <setjmp.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>