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

@@ -29,8 +29,6 @@ module XMonad.Util.Font (
) where
import Graphics.X11.Xlib
import Control.Monad.Reader
import XMonad
import Foreign
import XMonad.Operations