Removed unneeded includes
This commit is contained in:
parent
1c595c61e8
commit
20ed54bbb6
1 changed files with 1 additions and 9 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue