diff options
| author | 2022-11-29 23:22:03 -0500 | |
|---|---|---|
| committer | 2022-11-30 18:30:30 -0500 | |
| commit | 5b5612c1cc1ef7a4888e7c45e41b15433127a2e5 (patch) | |
| tree | 8a87cf780fcb5effd7e31e53621e522cfd7ae4e4 /src/audio_core | |
| parent | string_util: Fix Mingw compile error (diff) | |
| download | yuzu-5b5612c1cc1ef7a4888e7c45e41b15433127a2e5.tar.gz yuzu-5b5612c1cc1ef7a4888e7c45e41b15433127a2e5.tar.xz yuzu-5b5612c1cc1ef7a4888e7c45e41b15433127a2e5.zip | |
CMake: Consolidate common PCH headers
Diffstat (limited to 'src/audio_core')
| -rw-r--r-- | src/audio_core/precompiled_headers.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/audio_core/precompiled_headers.h b/src/audio_core/precompiled_headers.h index 5f81bef98..aabae730b 100644 --- a/src/audio_core/precompiled_headers.h +++ b/src/audio_core/precompiled_headers.h | |||
| @@ -3,10 +3,4 @@ | |||
| 3 | 3 | ||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #include <algorithm> | 6 | #include "common/common_precompiled_headers.h" |
| 7 | #include <chrono> | ||
| 8 | #include <memory> | ||
| 9 | |||
| 10 | #include <fmt/format.h> | ||
| 11 | |||
| 12 | #include "common/assert.h" | ||