Remove redundant imports

This commit is contained in:
Spencer Janssen
2007-12-07 23:38:27 +00:00
parent 5f190a315e
commit dc11825588
45 changed files with 17 additions and 94 deletions

View File

@@ -26,10 +26,7 @@ import XMonad.Layouts ( Resize(..), IncMasterN(..), splitVertically, splitHorizo
import Data.Ratio
--import Control.Monad.State
import Control.Monad.Reader
import Graphics.X11.Xlib
import Control.Monad
-- $usage
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: