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

@@ -21,7 +21,6 @@ module XMonad.Layout.Circle (
) where -- actually it's an ellipse
import Data.List
import Graphics.X11.Xlib
import XMonad
import XMonad.StackSet (integrate, peek)