summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-05 20:49:19 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-05 20:51:37 +0100
commita6fb6dc8b25f8e3311b613eeeaa6d801dd103ff1 (patch)
tree12718aa71b19d57340bb451bb65fd0609125be8a /common
parente7c7d642a450730c29700827c32be6ee0cdee61e (diff)
Remove unnecessary include.
Diffstat (limited to 'common')
-rw-r--r--common/os_win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os_win32.cpp b/common/os_win32.cpp
index 587503c..c677392 100644
--- a/common/os_win32.cpp
+++ b/common/os_win32.cpp
@@ -24,8 +24,8 @@
**************************************************************************/
#include <windows.h>
+
#include <assert.h>
-#include <signal.h>
#include <string.h>
#include <stdio.h>