Removed all superfluous #include's
Automatically optimized by CLion IDE with manual corrections
This commit is contained in:
parent
d976ce92e2
commit
2ae8d39441
356 changed files with 3 additions and 1727 deletions
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* [Petteri] Use Winsock for Win32: */
|
||||
#ifdef __WIN32__
|
||||
|
|
@ -56,17 +55,12 @@
|
|||
|
||||
#include "doomtype.h"
|
||||
#include "i_system.h"
|
||||
#include "d_event.h"
|
||||
#include "d_net.h"
|
||||
#include "m_argv.h"
|
||||
#include "m_swap.h"
|
||||
#include "m_crc32.h"
|
||||
#include "d_player.h"
|
||||
#include "templates.h"
|
||||
#include "c_console.h"
|
||||
#include "st_start.h"
|
||||
#include "m_misc.h"
|
||||
#include "doomstat.h"
|
||||
|
||||
#include "i_net.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue