summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
10#include <optional> 10#include <optional>
11#include <string> 11#include <string>
12#include <string_view> 12#include <string_view>
13#include <vector>
14#include <thread> 13#include <thread>
14#include <vector>
15 15
16#include "common/common_types.h" 16#include "common/common_types.h"
17#include "core/hle/kernel/object.h" 17#include "core/hle/kernel/object.h"