diff options
Diffstat (limited to 'gui/input.cpp')
-rw-r--r-- | gui/input.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/input.cpp b/gui/input.cpp index 2418c4c41..e0167244d 100644 --- a/gui/input.cpp +++ b/gui/input.cpp @@ -20,9 +20,8 @@ #include <string> extern "C" { -#include "../common.h" +#include "../twcommon.h" #include "../minuitwrp/minui.h" -#include "../recovery_ui.h" } #include "rapidxml.hpp" @@ -300,7 +299,7 @@ int GUIInput::HandleTextLocation(int x) } } } else - LOGI("GUIInput::HandleTextLocation -> We really shouldn't ever get here...\n"); + LOGINFO("GUIInput::HandleTextLocation -> We really shouldn't ever get here...\n"); } else if (x > lastX) { // Dragging to right, scrolling left while (-1) { |