Remove some unnecessary includes as well as simplifying exisiting ones if possible.

This commit is contained in:
Lioncash
2013-10-17 00:32:18 -04:00
parent bf352c3ed0
commit 97cd42f5c3
69 changed files with 30 additions and 98 deletions

View File

@ -13,7 +13,6 @@
#include "BPFunctions.h"
#include "BPStructs.h"
#include "TextureDecoder.h"
#include "OpcodeDecoding.h"
#include "VertexLoader.h"
#include "VertexShaderManager.h"
#include "Thread.h"

View File

@ -8,7 +8,6 @@
#include "MathUtil.h"
#include "Thread.h"
#include "Atomic.h"
#include "OpcodeDecoding.h"
#include "Fifo.h"
#include "ChunkFile.h"
#include "CommandProcessor.h"

View File

@ -2,8 +2,6 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <assert.h>
#include "Common.h"
#include "VideoCommon.h"
#include "VideoConfig.h"

View File

@ -5,7 +5,6 @@
#ifndef GCOGL_VERTEXSHADER_H
#define GCOGL_VERTEXSHADER_H
#include <stdarg.h>
#include "XFMemory.h"
#include "VideoCommon.h"
#include "ShaderGenCommon.h"