summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AsyncRequests.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2023-01-31 17:29:16 +1300
committerScott Mansell <phiren@gmail.com>2023-02-09 18:36:20 +1300
commit31cfe8250d5a27bd586136d0b71b09736861ad7d (patch)
tree170644a7c52c618e488e2226768d23eb0e52482e /Source/Core/VideoCommon/AsyncRequests.cpp
parent11de923dcb7e6a7e1b29e5b15cb2bf71ede22b97 (diff)
Lint fixes
Diffstat (limited to 'Source/Core/VideoCommon/AsyncRequests.cpp')
-rw-r--r--Source/Core/VideoCommon/AsyncRequests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AsyncRequests.cpp b/Source/Core/VideoCommon/AsyncRequests.cpp
index 8c254d4e71..ad854a3dce 100644
--- a/Source/Core/VideoCommon/AsyncRequests.cpp
+++ b/Source/Core/VideoCommon/AsyncRequests.cpp
@@ -15,8 +15,8 @@
#include "VideoCommon/VertexManagerBase.h"
#include "VideoCommon/VideoBackendBase.h"
#include "VideoCommon/VideoCommon.h"
-#include "VideoCommon/VideoState.h"
#include "VideoCommon/VideoEvents.h"
+#include "VideoCommon/VideoState.h"
AsyncRequests AsyncRequests::s_singleton;