diff options
| author | bunnei <bunneidev@gmail.com> | 2018-08-03 00:28:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-03 00:28:43 -0400 |
| commit | 4c3c608d59b8c8d8a9bbccc1b55efcab346e650f (patch) | |
| tree | 90f6325f37efcb09c79cfa2f84eb82157d4592a7 /src/core/hle/service/nvflinger/buffer_queue.cpp | |
| parent | 4b84d5bcec7d7336a4a0ad7a4d4e26e55296417a (diff) | |
| parent | bf45092c616987a3b58b7a859811938f885aa4d1 (diff) | |
Merge pull request #894 from lioncash/object
kernel: Move object class to its own source files
Diffstat (limited to 'src/core/hle/service/nvflinger/buffer_queue.cpp')
| -rw-r--r-- | src/core/hle/service/nvflinger/buffer_queue.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue.cpp b/src/core/hle/service/nvflinger/buffer_queue.cpp index 7132b18ad..adf180509 100644 --- a/src/core/hle/service/nvflinger/buffer_queue.cpp +++ b/src/core/hle/service/nvflinger/buffer_queue.cpp @@ -4,9 +4,8 @@ #include <algorithm> -#include "common/alignment.h" -#include "common/scope_exit.h" -#include "core/core_timing.h" +#include "common/assert.h" +#include "common/logging/log.h" #include "core/hle/service/nvflinger/buffer_queue.h" namespace Service { |
