VideoCommon: Header cleanup

Also remedies places where the video backends and core rely on things
being indirectly included.
This commit is contained in:
Lioncash
2016-01-17 16:54:31 -05:00
parent 87464d432b
commit d9fec92628
98 changed files with 202 additions and 172 deletions

View File

@ -7,17 +7,11 @@
// Top vertex loaders
// Metroid Prime: P I16-flt N I16-s16 T0 I16-u16 T1 i16-flt
#include <algorithm>
#include <string>
#include "Common/CommonTypes.h"
#include "VideoCommon/CPMemory.h"
#include "VideoCommon/DataReader.h"
#include "VideoCommon/NativeVertexFormat.h"
#include "VideoCommon/VertexLoaderBase.h"
#include "VideoCommon/VertexLoaderUtils.h"
class VertexLoader;
typedef void (*TPipelineFunction)(VertexLoader* loader);