shithub: choc

Download patch

ref: ce9d034aa2297b97b632749a2fa6bde56a6fd90a
parent: 2b6e6d2d238aee049b12464f6dfcfc235de63a93
author: Simon Howard <fraggle@soulsphere.org>
date: Sun Jan 3 11:24:24 EST 2016

video: Remove unused #includes.

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -18,10 +18,6 @@
 
 
 #include "SDL.h"
-#include <stdlib.h>
-#include <ctype.h>
-#include <math.h>
-#include <string.h>
 
 #ifdef _WIN32
 #define WIN32_LEAN_AND_MEAN
@@ -33,11 +29,9 @@
 #include "config.h"
 #include "deh_str.h"
 #include "doomtype.h"
-#include "doomkeys.h"
 #include "i_input.h"
 #include "i_joystick.h"
 #include "i_system.h"
-#include "i_swap.h"
 #include "i_timer.h"
 #include "i_video.h"
 #include "m_argv.h"
@@ -44,7 +38,6 @@
 #include "m_config.h"
 #include "m_misc.h"
 #include "tables.h"
-#include "v_diskicon.h"
 #include "v_video.h"
 #include "w_wad.h"
 #include "z_zone.h"