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
|
|
@ -33,11 +33,9 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "stringtable.h"
|
||||
#include "cmdlib.h"
|
||||
#include "m_swap.h"
|
||||
#include "w_wad.h"
|
||||
#include "i_system.h"
|
||||
#include "sc_man.h"
|
||||
|
|
@ -109,7 +107,6 @@ void FStringTable::FreeNonDehackedStrings ()
|
|||
}
|
||||
}
|
||||
|
||||
#include "doomerrors.h"
|
||||
void FStringTable::LoadStrings (bool enuOnly)
|
||||
{
|
||||
int lastlump, lump;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue