diff options
| author | 2015-05-15 23:57:53 -0300 | |
|---|---|---|
| committer | 2015-05-15 23:57:53 -0300 | |
| commit | 7dbc27ff57d24a1c4e04e3f8cc35773ff9288516 (patch) | |
| tree | 1c919014988a40c612351445c48a5821d34267c4 /src/common/CMakeLists.txt | |
| parent | Common: Use the log system to print assert messages (diff) | |
| download | yuzu-7dbc27ff57d24a1c4e04e3f8cc35773ff9288516.tar.gz yuzu-7dbc27ff57d24a1c4e04e3f8cc35773ff9288516.tar.xz yuzu-7dbc27ff57d24a1c4e04e3f8cc35773ff9288516.zip | |
Remove unused concurrent_ring_buffer.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 11659c3c5..66e19d0e4 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -28,7 +28,6 @@ set(HEADERS | |||
| 28 | common_funcs.h | 28 | common_funcs.h |
| 29 | common_paths.h | 29 | common_paths.h |
| 30 | common_types.h | 30 | common_types.h |
| 31 | concurrent_ring_buffer.h | ||
| 32 | cpu_detect.h | 31 | cpu_detect.h |
| 33 | debug_interface.h | 32 | debug_interface.h |
| 34 | emu_window.h | 33 | emu_window.h |