foxygit / doom Log in
commit ce9d034aa2297b97b632749a2fa6bde56a6fd90a
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Jan 3 16:24:24 2016 +0100
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Jan 3 16:24:24 2016 +0100

    video: Remove unused #includes.
---
 src/i_video.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/i_video.c b/src/i_video.c
index 53715a74..0b5cfdeb 100644
--- 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,18 +29,15 @@
 #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"
 #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"