summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-06-03 18:45:49 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-20 12:30:33 (GMT)
commit523143ae59c8165c102fc3d7240ff183ec87e4ac (patch)
treea45c8bd74d6528310a4e528453a89cce4da81d17 /tools/linguist/shared
parent9fd0fe0cb21df661ec69320e156372843496b4c8 (diff)
downloadQt-523143ae59c8165c102fc3d7240ff183ec87e4ac.zip
Qt-523143ae59c8165c102fc3d7240ff183ec87e4ac.tar.gz
Qt-523143ae59c8165c102fc3d7240ff183ec87e4ac.tar.bz2
ifdef cleanup
cherry-picked from d2a8449bea58275723e769cd41c085468cb56295 from creator
Diffstat (limited to 'tools/linguist/shared')
-rw-r--r--tools/linguist/shared/profileevaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/shared/profileevaluator.cpp b/tools/linguist/shared/profileevaluator.cpp
index 0ce27af..303f897 100644
--- a/tools/linguist/shared/profileevaluator.cpp
+++ b/tools/linguist/shared/profileevaluator.cpp
@@ -60,7 +60,7 @@
#ifdef Q_OS_UNIX
#include <unistd.h>
#include <sys/utsname.h>
-#elif defined(Q_OS_WIN32)
+#else
#include <Windows.h>
#endif
#include <stdio.h>