Skip to content

Commit

Permalink
Fix Android build errors (caused by 5f1cd55)
Browse files Browse the repository at this point in the history
After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
  • Loading branch information
juozaspo authored and SmallJoker committed Dec 3, 2018
1 parent a7025c7 commit 94f2d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gui/touchscreengui.cpp
Expand Up @@ -22,12 +22,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes.h"
#include "irr_v2d.h"
#include "log.h"
#include "keycode.h"
#include "client/keycode.h"
#include "settings.h"
#include "gettime.h"
#include "util/numeric.h"
#include "porting.h"
#include "guiscalingfilter.h"
#include "client/guiscalingfilter.h"

#include <iostream>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/touchscreengui.h
Expand Up @@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <vector>

#include "client/tile.h"
#include "game.h"
#include "client/game.h"

using namespace irr;
using namespace irr::core;
Expand Down

0 comments on commit 94f2d99

Please sign in to comment.