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
|
|
@ -37,20 +37,12 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "doomdata.h"
|
||||
#include "nodebuild.h"
|
||||
#include "templates.h"
|
||||
#include "tarray.h"
|
||||
#include "m_bbox.h"
|
||||
#include "c_console.h"
|
||||
#include "r_state.h"
|
||||
|
||||
const int MaxSegs = 64;
|
||||
const int SplitCost = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue