# HG changeset patch # User Matti Hamalainen # Date 1575542849 -7200 # Node ID 4de11a54215af7985c8e6d04c516f59c233829dd # Parent 372fa249ce26be644226a6faeb2b2b524e38d18a Remove useless include. SDL2 provides these. diff -r 372fa249ce26 -r 4de11a54215a gldragon.cpp --- a/gldragon.cpp Mon Dec 02 01:00:21 2019 +0200 +++ b/gldragon.cpp Thu Dec 05 12:47:29 2019 +0200 @@ -10,7 +10,6 @@ #include #include #include -#include #include "dmutil.h" #include "dmmodel.h" @@ -32,7 +31,6 @@ optVSyncMode = 1; - /* Globals */ SDL_Window *dmWindow = NULL;