mirror of https://github.com/PCSX2/pcsx2.git
GameDatabase: Don't include rapidyaml in header
Name clashes with Qt.
This commit is contained in:
parent
65d22406a3
commit
2c32c374fb
|
@ -25,6 +25,8 @@
|
|||
#include "common/Timer.h"
|
||||
|
||||
#include <sstream>
|
||||
#include "ryml_std.hpp"
|
||||
#include "ryml.hpp"
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/ranges.h"
|
||||
#include <fstream>
|
||||
|
|
|
@ -15,9 +15,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "ryml_std.hpp"
|
||||
#include "ryml.hpp"
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue