ts module: includes moved out from cvtest namespace

This commit is contained in:
Nikolay Polyarniy 2015-12-03 00:15:38 +03:00
parent d5894ef2a8
commit 8026824563

View File

@ -62,6 +62,8 @@
#else
#include <unistd.h>
#include <signal.h>
#include <setjmp.h>
#endif
namespace cvtest
@ -112,9 +114,6 @@ static void SEHTranslator( unsigned int /*u*/, EXCEPTION_POINTERS* pExp )
#else
#include <signal.h>
#include <setjmp.h>
static const int tsSigId[] = { SIGSEGV, SIGBUS, SIGFPE, SIGILL, SIGABRT, -1 };
static jmp_buf tsJmpMark;