From a34fb5505b42a5f019d1fdf0dd586a5239400346 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 28 Jan 2005 14:55:05 +0000 Subject: [PATCH] [project @ 2005-01-28 14:55:05 by simonmar] Remove unnecessary ghcconfig.h include --- Debug/Trace.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Debug/Trace.hs b/Debug/Trace.hs index b442a11..c287a4d 100644 --- a/Debug/Trace.hs +++ b/Debug/Trace.hs @@ -12,10 +12,6 @@ -- ----------------------------------------------------------------------------- -#ifdef __GLASGOW_HASKELL__ -#include "ghcconfig.h" -#endif - module Debug.Trace ( -- * Tracing -- 1.7.10.4