Skip to content

Commit

Permalink
Remove some redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Dec 24, 2013
1 parent 87e245d commit 9b38bf4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion yi/src/library/Yi/Command.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
module Yi.Command where

{- Standard Library Module Imports -}
import Control.Monad (void)
import Data.Binary
import System.Exit
( ExitCode( ExitSuccess,ExitFailure ) )
Expand Down
4 changes: 1 addition & 3 deletions yi/src/library/Yi/IReader.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ import qualified Data.ByteString.Char8 as B (pack, unpack, readFile, ByteString)
import qualified Data.ByteString.Lazy.Char8 as BL (fromChunks)

import Yi.Buffer.HighLevel (replaceBufferContent, topB)
import Yi.Buffer.Misc (bufferDynamicValueA, BufferM, elemsB)
import Yi.Buffer.Normal (regionOfB, TextUnit(Document))
import Yi.Buffer.Region (readRegionB)
import Yi.Buffer.Misc (bufferDynamicValueA, elemsB)
import Yi.Dynamic
import Yi.Keymap (withBuffer, YiM)
import Yi.Paths (getArticleDbFilename)
Expand Down
5 changes: 0 additions & 5 deletions yi/src/library/Yi/Process.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import System.IO
import System.Process
import System.Environment ( getEnv )

import Control.Concurrent (forkIO)
import qualified Control.Exception (evaluate, handle, SomeException)

import Foreign.Marshal.Alloc(allocaBytes)
import Foreign.C.String

Expand Down Expand Up @@ -108,5 +105,3 @@ read_chunk handle = do
s <- peekCStringLen (buffer,bytesRead)
let mightHaveMore = (bytesRead == bufferSize)
return (mightHaveMore, s)


1 change: 0 additions & 1 deletion yi/src/library/Yi/UI/Pango/Layouts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module Yi.UI.Pango.Layouts (
) where


import Control.Monad(void)
import qualified Data.List.PointedList as PL
import Data.Maybe
import qualified Prelude
Expand Down

0 comments on commit 9b38bf4

Please sign in to comment.