From: Andy Belle-Isle Date: Fri, 30 Aug 2019 00:57:06 +0000 (-0400) Subject: Fixed header in makefile X-Git-Tag: v0.1-alpha~23 X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=e7b390db4ef11e216c7a1c6a5a06b8c01b852bd2;p=clyne%2Fgamedev2.git Fixed header in makefile --- diff --git a/Makefile b/Makefile index e72c04e..42c030a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Script to build source files # # Copyright (C) 2019 Clyne Sullivan -# Copyright (C) 2019 Andy Belle-Isle +# Copyright (C) 2019 Belle-Isle, Andrew # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 3dc7bed..c56fd79 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,9 +18,6 @@ * along with this program. If not, see . */ -#include -#include - #include "engine.hpp" #include