mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix Android build errors (caused by 5f1cd55
)
After commit 5f1cd55
touchscreengui.* files were pointing to old file locations
This commit is contained in:
parent
a7025c7273
commit
94f2d99142
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue