summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorJohann Latocha2011-03-02 02:08:42 +0100
committerJohann Latocha2011-03-02 02:08:42 +0100
commit3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796 (patch)
tree99fdd6aa4c0073e747902486e703e1d738da8369 /src/util/util.h
parentfix cmake paths (diff)
downloadpvs-3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796.tar.gz
pvs-3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796.tar.xz
pvs-3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796.zip
Win32 clean out
Diffstat (limited to 'src/util/util.h')
-rwxr-xr-xsrc/util/util.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 4f2d0ee..0fab33f 100755
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -1,19 +1,12 @@
#include <QString>
#include <cstdio>
-//#include <cstring>
#include <list>
#include <fstream>
#include <iostream>
-#ifndef __WIN32__
- #include <pwd.h>
-#else
- /*#include "pwd_win32.h"*/
-#endif /*__WIN32*/
+#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
-
-
#ifndef _PVSSERVERENTRY_H_
#define _PVSSERVERENTRY_H_
class PVSServerEntry