Headers alphabetically and in order requested

This commit is contained in:
N0r1x 2016-07-30 15:41:15 +02:00
parent 2600629d2b
commit a97db39464

View File

@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#pragma once
#include <atomic>
#include <tuple>
#include <utility>
@ -11,8 +11,6 @@
#include "common/math_util.h"
#include "core/hle/service/hid/hid.h"
#include <atomic>
/**
* Abstraction class used to provide an interface between emulation code and the frontend
* (e.g. SDL, QGLWidget, GLFW, etc...).