From fc1d615f912504adb6f9a23189ce4758f70cbdb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Nie=C3=9Fner?= Date: Sat, 26 May 2018 11:24:16 +0200 Subject: [PATCH] Removed unused imports --- src/DarkRP2D.h | 1 - src/DesktopLauncher.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/DarkRP2D.h b/src/DarkRP2D.h index 36cb05a..7f45b80 100644 --- a/src/DarkRP2D.h +++ b/src/DarkRP2D.h @@ -3,7 +3,6 @@ class DarkRP2D; #include -#include #include "Assets.h" #include "Renderer.h" diff --git a/src/DesktopLauncher.h b/src/DesktopLauncher.h index 6759612..4d28649 100644 --- a/src/DesktopLauncher.h +++ b/src/DesktopLauncher.h @@ -1,8 +1,6 @@ #ifndef DESKTOPLAUNCHER_H #define DESKTOPLAUNCHER_H -#include - namespace Game {