From e65c62d5a42b812dfdcc8841e813ff96ee26c8ba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Apr 2007 04:25:32 +0000 Subject: Removed all uses of PCH (which was far more trouble than it was worth). --- util.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util.cc') 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 @@ -17,7 +14,6 @@ #if defined(HAVE_GETPWUID) || defined(HAVE_GETPWNAM) #include #endif -#endif std::string expand_path(const std::string& path) { -- cgit v1.2.3