aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/main.cpp3
2 files changed, 1 insertions, 4 deletions
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 <drumsetmonkey@gmail.com>
#
# 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 <https://www.gnu.org/licenses/>.
*/
-#include <lua.hpp>
-#include <entityx/entityx.h>
-
#include "engine.hpp"
#include <SDL2/SDL.h>