From 3b8d4cbc02f2b2e309cde67217f4ab04d46c2df0 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sun, 23 Mar 2014 21:57:10 +0200 Subject: [PATCH] Eluna --- .gitignore | 7 ------- HookMgr.h | 2 -- LuaEngine.h | 1 - 3 files changed, 10 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 39b22bd..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (C) 2010 - 2014 Eluna Lua Engine -# This program is free software licensed under GPL version 3 -# Please see the included DOCS/LICENSE.md for more information -# - -Includes.h diff --git a/HookMgr.h b/HookMgr.h index 5aedcdb..9507c45 100644 --- a/HookMgr.h +++ b/HookMgr.h @@ -7,8 +7,6 @@ #ifndef LUAHOOKS_H #define LUAHOOKS_H -#include "Includes.h" - // Base #include "Common.h" #include "SharedDefines.h" diff --git a/LuaEngine.h b/LuaEngine.h index 39b3fac..0aefdb8 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -14,7 +14,6 @@ extern "C" #include "lauxlib.h" }; -#include "Includes.h" #include "HookMgr.h" // Required