summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/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/shader_recompiler/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/shader_recompiler/precompiled_headers.h')
-rw-r--r--src/shader_recompiler/precompiled_headers.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/shader_recompiler/precompiled_headers.h b/src/shader_recompiler/precompiled_headers.h
index bd8f64a2e..5dd6b7eca 100644
--- a/src/shader_recompiler/precompiled_headers.h
+++ b/src/shader_recompiler/precompiled_headers.h
@@ -3,11 +3,5 @@
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"
13#include "frontend/maxwell/translate/impl/impl.h" 7#include "frontend/maxwell/translate/impl/impl.h"