diff options
| author | 2022-03-19 00:23:48 -0400 | |
|---|---|---|
| committer | 2022-03-19 15:01:31 -0400 | |
| commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
| tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/dynamic_library.cpp | |
| parent | video_core: Reduce unused includes (diff) | |
| download | yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip | |
common: Reduce unused includes
Diffstat (limited to 'src/common/dynamic_library.cpp')
| -rw-r--r-- | src/common/dynamic_library.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dynamic_library.cpp b/src/common/dynamic_library.cpp index 7f0a10521..11003e1d6 100644 --- a/src/common/dynamic_library.cpp +++ b/src/common/dynamic_library.cpp | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | // Licensed under GPLv2+ | 2 | // Licensed under GPLv2+ |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <cstring> | ||
| 6 | #include <string> | 5 | #include <string> |
| 7 | #include <utility> | 6 | #include <utility> |
| 8 | 7 | ||