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. --- textual.cc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'textual.cc') diff --git a/textual.cc b/textual.cc index 75c7e6cf..d73afb12 100644 --- a/textual.cc +++ b/textual.cc @@ -1,19 +1,5 @@ #include "textual.h" #include "session.h" -#include "timing.h" -#include "util.h" -#include "acconf.h" - -#if defined(__GNUG__) && __GNUG__ < 3 -#define _XOPEN_SOURCE -#endif - -#include -#include -#include -#include -#include -#include #define TIMELOG_SUPPORT 1 -- cgit v1.2.3