From c3f2e16048cc01ae34a4691e86346e21cb12c567 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Sat, 8 Dec 2007 01:05:47 +0100 Subject: Remove XMonad.Operations imports darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz --- XMonad/Layout/TwoPane.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/TwoPane.hs') diff --git a/XMonad/Layout/TwoPane.hs b/XMonad/Layout/TwoPane.hs index 8344087..e7ff399 100644 --- a/XMonad/Layout/TwoPane.hs +++ b/XMonad/Layout/TwoPane.hs @@ -22,7 +22,7 @@ module XMonad.Layout.TwoPane ( TwoPane (..) ) where -import XMonad +import XMonad hiding (focus) import XMonad.Layouts ( Resize(..), splitHorizontallyBy ) import XMonad.StackSet ( focus, up, down) -- cgit v1.2.3