diff options
Diffstat (limited to 'util.cc')
-rw-r--r-- | util.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,6 +1,3 @@ -#ifdef USE_PCH -#include "pch.h" -#else #include "util.h" #include <list> @@ -17,7 +14,6 @@ #if defined(HAVE_GETPWUID) || defined(HAVE_GETPWNAM) #include <pwd.h> #endif -#endif std::string expand_path(const std::string& path) { |