Buildfix for an older clang.

But this is in line with our standard include order, anyway.
This commit is contained in:
Unknown W. Brackets 2016-08-06 18:57:30 -07:00
parent eac18489e6
commit ad01fee44a

View File

@ -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_];