diff options
author | Lioncash <mathew1800@gmail.com> | 2019-01-29 14:53:01 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-01-29 21:13:33 -0500 |
commit | 3d81a8efd5ebbeeba1e482cd2c246079dc2ecbbb (patch) | |
tree | 0d37625ca7a791964b5735a7bbcbb4eee78a6f91 /src | |
parent | d9f9bb7552986dff33b5c1906f9743ebdc9b58d1 (diff) |
nvflinger: Remove unnecessary header inclusions
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 @@ #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 { |