Removed unused imports

This commit is contained in:
Julian Nießner
2018-05-26 11:24:16 +02:00
parent 3c0e9e1b7c
commit fc1d615f91
2 changed files with 0 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
class DarkRP2D;
#include <SDL.h>
#include <vector>
#include "Assets.h"
#include "Renderer.h"

View File

@@ -1,8 +1,6 @@
#ifndef DESKTOPLAUNCHER_H
#define DESKTOPLAUNCHER_H
#include <string>
namespace Game
{