CMake: Consolidate common PCH headers

This commit is contained in:
ameerj 2022-11-29 23:22:03 -05:00
parent 04a6ddddfb
commit fb155dbffc
14 changed files with 29 additions and 84 deletions

View file

@ -3,10 +3,4 @@
#pragma once
#include <algorithm>
#include <chrono>
#include <memory>
#include <fmt/format.h>
#include "common/assert.h"
#include "common/common_precompiled_headers.h"