Skip to content

Commit

Permalink
Remove unnecessary CPP condition
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Oct 31, 2014
1 parent 065300f commit 0a1e65c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions System/USB/IO/Transfers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,12 @@ module System.USB.IO.Transfers
) where

#ifdef __HADDOCK__
#ifdef HAS_EVENT_MANAGER
#if MIN_VERSION_base(4,4,0)
import GHC.Event
#else
import System.Event
#endif
( EventManager )
#endif
#endif

import System.USB.Base

0 comments on commit 0a1e65c

Please sign in to comment.