aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/SinkAll.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/SinkAll.hs')
-rw-r--r--XMonad/Actions/SinkAll.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad/Actions/SinkAll.hs b/XMonad/Actions/SinkAll.hs
index e5eee4b..d956b33 100644
--- a/XMonad/Actions/SinkAll.hs
+++ b/XMonad/Actions/SinkAll.hs
@@ -15,10 +15,9 @@ module XMonad.Actions.SinkAll (
sinkAll) where
import XMonad.Operations
-import XMonad.Core
+import XMonad
import XMonad.StackSet
-import Graphics.X11.Xlib
-- $usage
--
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: