Removed unneeded includes

This commit is contained in:
saschawillems 2017-02-09 20:28:38 +01:00
parent 1c595c61e8
commit 20ed54bbb6

View file

@ -12,18 +12,10 @@
#include <string> #include <string>
#include <fstream> #include <fstream>
#include <vector> #include <vector>
#include <map>
#include "vulkan/vulkan.h" #include "vulkan/vulkan.h"
#include <assimp/Importer.hpp> #include <gli/gli.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include <assimp/cimport.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "vulkantools.h" #include "vulkantools.h"
#include "vulkandevice.hpp" #include "vulkandevice.hpp"