Removed all superfluous #include's

Automatically optimized by CLion IDE with manual corrections
This commit is contained in:
alexey.lysiuk 2018-04-24 14:30:35 +03:00
commit 2ae8d39441
356 changed files with 3 additions and 1727 deletions

View file

@ -27,17 +27,12 @@
#include "templates.h"
#include "gl/system/gl_system.h"
#include "gl/system/gl_interface.h"
#include "gl/system/gl_debug.h"
#include "stats.h"
#include <set>
#include <string>
#include <vector>
#ifndef _MSC_VER
#include <signal.h>
#endif
CUSTOM_CVAR(Int, gl_debug_level, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
{
if (!FGLDebug::HasDebugApi())