Skip to content

Commit a4a9413

Browse files
committed
Removed redundant import.
1 parent 78f90db commit a4a9413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Graphics/Rendering/OpenGL/GL/DebugOutput.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ module Graphics.Rendering.OpenGL.GL.DebugOutput (
4545
import Control.Monad ( unless, replicateM )
4646
import Data.StateVar
4747
import Foreign.C.String ( peekCStringLen, withCStringLen )
48-
import Foreign.C.Types
4948
import Foreign.Marshal.Alloc ( alloca )
5049
import Foreign.Marshal.Array ( allocaArray, withArrayLen )
5150
import Foreign.Ptr (

0 commit comments

Comments
 (0)