diff options
| author | stujones11 <stujones111@gmail.com> | 2018-08-07 20:58:26 +0100 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2018-10-29 15:37:44 +0100 |
| commit | 88ba1c70d33cfeb09b73e46d720099083925c805 (patch) | |
| tree | 2fcf9cbe5c92d879fb1739d3ef91d6e31b021624 /src | |
| parent | 323c8600450a5ae3893de9ba1d04095589c5b06c (diff) | |
| download | dragonfireclient-88ba1c70d33cfeb09b73e46d720099083925c805.tar.xz | |
Remove un-needed header inclusion
Diffstat (limited to 'src')
| -rw-r--r-- | src/gui/guiPasswordChange.cpp | 2 |
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" |
