mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Buildfix for an older clang.
But this is in line with our standard include order, anyway.
This commit is contained in:
parent
eac18489e6
commit
ad01fee44a
@ -15,11 +15,10 @@
|
||||
// Official git repository and contact information can be found at
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#include "DisplayLayoutEditor.h"
|
||||
#include <algorithm>
|
||||
#include "ui/ui_context.h"
|
||||
#include "ui_atlas.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include "UI/DisplayLayoutEditor.h"
|
||||
|
||||
void MultiTouchDisplay::GetContentDimensions(const UIContext &dc, float &w, float &h) const {
|
||||
const AtlasImage &image = dc.Draw()->GetAtlas()->images[img_];
|
||||
|
Loading…
Reference in New Issue
Block a user