[commit: packages/time] master: no need to include ghcconfig.h any more (cecf1ab)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 07:49:42 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/cecf1abf74c74307c799d2f7555bcca2fb010f2a
>---------------------------------------------------------------
commit cecf1abf74c74307c799d2f7555bcca2fb010f2a
Author: Simon Marlow <simonmar at microsoft.com>
Date: Wed Jun 7 01:18:29 2006 -0700
no need to include ghcconfig.h any more
darcs-hash:20060607081829-760e2-39d464373937cba058c1f6b2b6b6bfd5c16d98a5
>---------------------------------------------------------------
cecf1abf74c74307c799d2f7555bcca2fb010f2a
include/HsTime.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/HsTime.h b/include/HsTime.h
index baca0d5..b8da946 100644
--- a/include/HsTime.h
+++ b/include/HsTime.h
@@ -1,9 +1,6 @@
#ifndef __HSTIME_H__
#define __HSTIME_H__
-#ifdef __GLASGOW_HASKELL__
-#include "ghcconfig.h"
-#endif
#include "HsTimeConfig.h"
#if HAVE_TIME_H
More information about the ghc-commits
mailing list