Only unix should depend on signal.h

SVN revision: 37043
This commit is contained in:
Sebastian Dransfeld 2008-10-24 06:49:44 +00:00
parent a8c2834987
commit 88c695c2ad
2 changed files with 2 additions and 3 deletions

View 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

View 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>