summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-29 14:53:01 -0500
committerLioncash <mathew1800@gmail.com>2019-01-29 21:13:33 -0500
commit3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb (patch)
tree0d37625ca7a791964b5735a7bbcbb4eee78a6f91 /src
parentd9f9bb7552986dff33b5c1906f9743ebdc9b58d1 (diff)
nvflinger: Remove unnecessary header inclusions
Diffstat (limited to 'src')
-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 {