SwRasterizer/Lighting: shorten file name

This commit is contained in:
wwylele 2017-08-03 12:01:31 +03:00
parent eda28266fb
commit 2252a63f80
4 changed files with 4 additions and 4 deletions

View file

@ -24,8 +24,8 @@
#include "video_core/regs_rasterizer.h"
#include "video_core/regs_texturing.h"
#include "video_core/shader/shader.h"
#include "video_core/swrasterizer/fragment_lighting.h"
#include "video_core/swrasterizer/framebuffer.h"
#include "video_core/swrasterizer/lighting.h"
#include "video_core/swrasterizer/proctex.h"
#include "video_core/swrasterizer/rasterizer.h"
#include "video_core/swrasterizer/texturing.h"