From 9039e728b2015b54dc87da52f450c27683303392 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 21:22:24 +0000 Subject: All system headers (except Boost) now included through system.hh; also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. --- util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index ec591ce2..53dc720e 100644 --- a/util.h +++ b/util.h @@ -1,10 +1,6 @@ #ifndef _UTIL_H #define _UTIL_H -#include - -#include "trace.h" - #if defined __FreeBSD__ && __FreeBSD__ <=4 // FreeBSD has a broken isspace macro, so dont use it #undef isspace(c) -- cgit v1.2.3