diff options
| author | 2015-07-10 17:13:31 -0700 | |
|---|---|---|
| committer | 2015-07-10 17:13:31 -0700 | |
| commit | 8968c1dfec9e734d8dc3089aae29f5abd6bc6d15 (patch) | |
| tree | 7dd4a273b134d123ecd344d7dfde16e168445fff /src/common/CMakeLists.txt | |
| parent | Merge pull request #876 from linkmauve/include-cleanups (diff) | |
| parent | Common: Remove thunk.h (diff) | |
| download | yuzu-8968c1dfec9e734d8dc3089aae29f5abd6bc6d15.tar.gz yuzu-8968c1dfec9e734d8dc3089aae29f5abd6bc6d15.tar.xz yuzu-8968c1dfec9e734d8dc3089aae29f5abd6bc6d15.zip | |
Merge pull request #916 from lioncash/unused
Common: Remove thunk.h
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index f025e1186..4c086cd2f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -52,7 +52,6 @@ set(HEADERS | |||
| 52 | synchronized_wrapper.h | 52 | synchronized_wrapper.h |
| 53 | thread.h | 53 | thread.h |
| 54 | thread_queue_list.h | 54 | thread_queue_list.h |
| 55 | thunk.h | ||
| 56 | timer.h | 55 | timer.h |
| 57 | vector_math.h | 56 | vector_math.h |
| 58 | ) | 57 | ) |