remove bogus #include

This commit is contained in:
Don Stewart 2005-04-25 04:06:09 +00:00
parent f5eb40612c
commit 4035d7c856

View File

@ -35,8 +35,6 @@ module Plugins.MkTemp (
mkdtemp, -- :: FilePath -> IO Maybe FilePath mkdtemp, -- :: FilePath -> IO Maybe FilePath
) where ) where
#include "config.h"
import Data.List import Data.List
import Data.Char ( chr, ord, isDigit ) import Data.Char ( chr, ord, isDigit )