CitraQt: Cleanup includes.

This commit is contained in:
Emmanuel Gil Peyrot 2015-06-21 14:58:59 +01:00
parent 22ae87530b
commit 45c4781544
20 changed files with 47 additions and 18 deletions

View file

@ -6,19 +6,21 @@
#include "common/profiler.h"
#include "clipper.h"
#include "command_processor.h"
#include "math.h"
#include "pica.h"
#include "primitive_assembly.h"
#include "vertex_shader.h"
#include "video_core.h"
#include "core/hle/service/gsp_gpu.h"
#include "core/hw/gpu.h"
#include "core/settings.h"
#include "debug_utils/debug_utils.h"
#include "clipper.h"
#include "command_processor.h"
#include "math.h"
#include "pica.h"
#include "primitive_assembly.h"
#include "renderer_base.h"
#include "vertex_shader.h"
#include "video_core.h"
namespace Pica {
namespace CommandProcessor {

View file

@ -23,6 +23,7 @@
#include "common/vector_math.h"
#include "video_core/pica.h"
#include "video_core/renderer_base.h"
#include "video_core/utils.h"
#include "video_core/video_core.h"

View file

@ -4,6 +4,8 @@
#pragma once
#include <memory>
#include "common/common_types.h"
#include "video_core/hwrasterizer_base.h"