(shader_vulkan.cpp) Don't have to include general.h for this

This commit is contained in:
twinaphex 2016-02-29 19:23:51 +01:00
parent fc7a972466
commit ae5d7849af

View File

@ -23,8 +23,8 @@
#include <math.h>
#include "../drivers/vulkan_shaders/opaque.vert.inc"
#include "../drivers/vulkan_shaders/opaque.frag.inc"
#include "../../general.h"
#include "../video_shader_driver.h"
#include "../../verbosity.h"
using namespace std;