diff options
| author | 2022-12-05 12:26:09 -0500 | |
|---|---|---|
| committer | 2022-12-05 12:26:09 -0500 | |
| commit | 3b19f741bd6a19f603858e6cdf8db41516c7075f (patch) | |
| tree | b81c29eed062f83a3f01161710b00d5d531e666b /src/yuzu_cmd/config.cpp | |
| parent | Merge pull request #9383 from FernandoS27/poke-great (diff) | |
| parent | cmake: prefer system libraries (diff) | |
| download | yuzu-3b19f741bd6a19f603858e6cdf8db41516c7075f.tar.gz yuzu-3b19f741bd6a19f603858e6cdf8db41516c7075f.tar.xz yuzu-3b19f741bd6a19f603858e6cdf8db41516c7075f.zip | |
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 @@ | |||
| 15 | #pragma clang diagnostic pop | 15 | #pragma clang diagnostic pop |
| 16 | #endif | 16 | #endif |
| 17 | 17 | ||
| 18 | #include <inih/cpp/INIReader.h> | 18 | #include <INIReader.h> |
| 19 | #include "common/fs/file.h" | 19 | #include "common/fs/file.h" |
| 20 | #include "common/fs/fs.h" | 20 | #include "common/fs/fs.h" |
| 21 | #include "common/fs/path_util.h" | 21 | #include "common/fs/path_util.h" |