summaryrefslogtreecommitdiffstats
path: root/common/rfb/Logger.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/Logger.cxx')
-rw-r--r--common/rfb/Logger.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rfb/Logger.cxx b/common/rfb/Logger.cxx
index 451cee25..3daf2486 100644
--- a/common/rfb/Logger.cxx
+++ b/common/rfb/Logger.cxx
@@ -21,11 +21,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
-#ifdef WIN32
-#define strcasecmp _stricmp
-#endif
-#include <os/print.h>
#include <rfb/Logger.h>
#include <rfb/LogWriter.h>
#include <rfb/util.h>