diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2022-12-05 12:26:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 12:26:09 -0500 |
| commit | 3b19f741bd6a19f603858e6cdf8db41516c7075f (patch) | |
| tree | b81c29eed062f83a3f01161710b00d5d531e666b /src/yuzu_cmd/config.cpp | |
| parent | c7f32300b21eed44b14a6ad1f7fd5222d7445fd1 (diff) | |
| parent | 8e17b5469fc7f5211fc3e24841896ea030adce84 (diff) | |
Merge pull request #6833 from abouvier/unbundle
cmake: prefer system libraries
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 59f9c8e09..2c78e776c 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp @@ -15,7 +15,7 @@ #pragma clang diagnostic pop #endif -#include <inih/cpp/INIReader.h> +#include <INIReader.h> #include "common/fs/file.h" #include "common/fs/fs.h" #include "common/fs/path_util.h" |
