summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 16:59:51 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 17:36:30 +0200
commite486c66850637a05ba2912e3f1e25a97cfebc41e (patch)
tree4808e8b151136b7517b5cb7f6895cf0c55633441 /src/core/hle/service/nvflinger/nvflinger.h
parentBuild System: Fix GCC & MINGW Build. (diff)
downloadyuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.tar
yuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.tar.gz
yuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.tar.bz2
yuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.tar.lz
yuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.tar.xz
yuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.tar.zst
yuzu-e486c66850637a05ba2912e3f1e25a97cfebc41e.zip
Diffstat (limited to 'src/core/hle/service/nvflinger/nvflinger.h')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 4bc3d7ab2..e4959a9af 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -10,8 +10,8 @@
#include <optional>
#include <string>
#include <string_view>
-#include <vector>
#include <thread>
+#include <vector>
#include "common/common_types.h"
#include "core/hle/kernel/object.h"