summaryrefslogtreecommitdiff
path: root/src/audio_core/precompiled_headers.h
diff options
context:
space:
mode:
authorGravatar ameerj2022-11-29 23:22:03 -0500
committerGravatar ameerj2022-11-30 18:30:30 -0500
commit5b5612c1cc1ef7a4888e7c45e41b15433127a2e5 (patch)
tree8a87cf780fcb5effd7e31e53621e522cfd7ae4e4 /src/audio_core/precompiled_headers.h
parentstring_util: Fix Mingw compile error (diff)
downloadyuzu-5b5612c1cc1ef7a4888e7c45e41b15433127a2e5.tar.gz
yuzu-5b5612c1cc1ef7a4888e7c45e41b15433127a2e5.tar.xz
yuzu-5b5612c1cc1ef7a4888e7c45e41b15433127a2e5.zip
CMake: Consolidate common PCH headers
Diffstat (limited to 'src/audio_core/precompiled_headers.h')
-rw-r--r--src/audio_core/precompiled_headers.h8
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"