Skip to content

Commit

Permalink
Removed redundant import.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jan 3, 2016
1 parent 78f90db commit a4a9413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Graphics/Rendering/OpenGL/GL/DebugOutput.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module Graphics.Rendering.OpenGL.GL.DebugOutput (
import Control.Monad ( unless, replicateM )
import Data.StateVar
import Foreign.C.String ( peekCStringLen, withCStringLen )
import Foreign.C.Types
import Foreign.Marshal.Alloc ( alloca )
import Foreign.Marshal.Array ( allocaArray, withArrayLen )
import Foreign.Ptr (
Expand Down

0 comments on commit a4a9413

Please sign in to comment.