GameDatabase: Don't include rapidyaml in header

Name clashes with Qt.
This commit is contained in:
Connor McLaughlin 2021-12-26 14:25:18 +10:00 committed by refractionpcsx2
parent 65d22406a3
commit 2c32c374fb
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -15,9 +15,6 @@
#pragma once
#include "ryml_std.hpp"
#include "ryml.hpp"
#include <unordered_map>
#include <vector>
#include <string>