Remove XMonad.Operations imports

This commit is contained in:
Spencer Janssen
2007-12-08 00:05:47 +00:00
parent 4f7764ca8b
commit 3a522e7e3c
39 changed files with 3 additions and 41 deletions

View File

@@ -31,7 +31,6 @@ import Data.Ord ( comparing )
import XMonad hiding (workspaces)
import qualified XMonad (workspaces)
import XMonad.StackSet hiding (filter)
import XMonad.Operations
-- $usage
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file: