From 945b9c462b85618d1c3ea022f14652449ebdbde9 Mon Sep 17 00:00:00 2001 From: h4570 Date: Sun, 28 Aug 2022 15:15:24 +0200 Subject: [PATCH] fix template includes --- template/inc/racer_game.hpp | 3 +-- template/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/template/inc/racer_game.hpp b/template/inc/racer_game.hpp index a8885aa..01436c6 100644 --- a/template/inc/racer_game.hpp +++ b/template/inc/racer_game.hpp @@ -1,7 +1,6 @@ #pragma once -#include -#include +#include namespace Racer { diff --git a/template/src/main.cpp b/template/src/main.cpp index 4563a08..b9d8bde 100644 --- a/template/src/main.cpp +++ b/template/src/main.cpp @@ -1,4 +1,4 @@ -#include "engine.hpp" +#include #include "racer_game.hpp" int main() {