LightingShaderGen: Remove unnecessary includes

This commit is contained in:
Lioncash
2017-01-31 23:29:29 -05:00
parent a9627ac881
commit 273ace7bb7
20 changed files with 55 additions and 30 deletions

View File

@ -2,7 +2,13 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <VideoCommon/LightingShaderGen.h>
#include "VideoCommon/LightingShaderGen.h"
#include "Common/Assert.h"
#include "Common/CommonTypes.h"
#include "VideoCommon/NativeVertexFormat.h"
#include "VideoCommon/ShaderGenCommon.h"
static void GenerateLightShader(ShaderCode& object, const LightingUidData& uid_data, int index,
int litchan_index, bool alpha)