summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstujones11 <stujones111@gmail.com>2018-08-07 20:58:26 +0100
committersfan5 <sfan5@live.de>2018-10-29 15:37:44 +0100
commit88ba1c70d33cfeb09b73e46d720099083925c805 (patch)
tree2fcf9cbe5c92d879fb1739d3ef91d6e31b021624
parent323c8600450a5ae3893de9ba1d04095589c5b06c (diff)
downloadminetest-88ba1c70d33cfeb09b73e46d720099083925c805.tar.gz
minetest-88ba1c70d33cfeb09b73e46d720099083925c805.tar.bz2
minetest-88ba1c70d33cfeb09b73e46d720099083925c805.zip
Remove un-needed header inclusion
-rw-r--r--src/gui/guiPasswordChange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiPasswordChange.cpp b/src/gui/guiPasswordChange.cpp
index 14e28cd36..9ca0ba689 100644
--- a/src/gui/guiPasswordChange.cpp
+++ b/src/gui/guiPasswordChange.cpp
@@ -23,7 +23,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <IGUIButton.h>
#include <IGUIStaticText.h>
#include <IGUIFont.h>
-#include "keycode.h"
+
#include "porting.h"
#include "gettext.h"