summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-29 20:53:01 +0100
committerLioncash <mathew1800@gmail.com>2019-01-30 03:13:33 +0100
commit3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb (patch)
tree0d37625ca7a791964b5735a7bbcbb4eee78a6f91 /src/core/hle/service/nvflinger/nvflinger.cpp
parentnvflinger: Mark locals const where applicable (diff)
downloadyuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.tar
yuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.tar.gz
yuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.tar.bz2
yuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.tar.lz
yuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.tar.xz
yuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.tar.zst
yuzu-3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.cpp2
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 @@
#include <algorithm>
#include <optional>
-#include "common/alignment.h"
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/microprofile.h"
@@ -22,7 +21,6 @@
#include "core/hle/service/nvflinger/nvflinger.h"
#include "core/perf_stats.h"
#include "video_core/renderer_base.h"
-#include "video_core/video_core.h"
namespace Service::NVFlinger {