[project @ 2002-02-06 10:14:26 by simonmar]
[ghc-base.git] / System / Cmd.hs
similarity index 95%
rename from System/Cmd.hsc
rename to System/Cmd.hs
index 215e427..92ac6ed 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: Cmd.hsc,v 1.2 2001/08/17 12:50:34 simonmar Exp $
+-- $Id: Cmd.hs,v 1.1 2002/02/06 10:14:26 simonmar Exp $
 --
 -- Executing a command.
 --
@@ -27,8 +27,6 @@ import Foreign.C
 import GHC.IOBase
 #endif
 
-#include "HsCore.h"
-
 -- ---------------------------------------------------------------------------
 -- system