diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp index b774ce3a5..7dbfc590b 100644 --- a/src/core/hle/service/nvflinger/nvflinger.cpp +++ b/src/core/hle/service/nvflinger/nvflinger.cpp | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | #include <optional> | 6 | #include <optional> |
| 7 | 7 | ||
| 8 | #include "common/alignment.h" | ||
| 9 | #include "common/assert.h" | 8 | #include "common/assert.h" |
| 10 | #include "common/logging/log.h" | 9 | #include "common/logging/log.h" |
| 11 | #include "common/microprofile.h" | 10 | #include "common/microprofile.h" |
| @@ -22,7 +21,6 @@ | |||
| 22 | #include "core/hle/service/nvflinger/nvflinger.h" | 21 | #include "core/hle/service/nvflinger/nvflinger.h" |
| 23 | #include "core/perf_stats.h" | 22 | #include "core/perf_stats.h" |
| 24 | #include "video_core/renderer_base.h" | 23 | #include "video_core/renderer_base.h" |
| 25 | #include "video_core/video_core.h" | ||
| 26 | 24 | ||
| 27 | namespace Service::NVFlinger { | 25 | namespace Service::NVFlinger { |
| 28 | 26 | ||