summaryrefslogtreecommitdiff
path: root/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util.cc')
-rw-r--r--util.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/util.cc b/util.cc
index afa71c44..503d6105 100644
--- a/util.cc
+++ b/util.cc
@@ -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)
{