diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 09:51:15 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | 506ffd3bd96da9bac18f377822ca4f2954f75f71 (patch) | |
tree | 1e8fc7ff9a81d8d49c32f4d5abe8a8d65259d090 /src/utils/archive/archive_ops.hpp | |
parent | 9dd98e0a3d34318f912b240f38f4c7e9181595b5 (diff) | |
download | justbuild-506ffd3bd96da9bac18f377822ca4f2954f75f71.tar.gz |
utils: Implement IWYU suggestions
Diffstat (limited to 'src/utils/archive/archive_ops.hpp')
-rw-r--r-- | src/utils/archive/archive_ops.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils/archive/archive_ops.hpp b/src/utils/archive/archive_ops.hpp index 972b65b6..93b6cc15 100644 --- a/src/utils/archive/archive_ops.hpp +++ b/src/utils/archive/archive_ops.hpp @@ -15,12 +15,10 @@ #ifndef INCLUDED_SRC_UTILS_ARCHIVE_ARCHIVE_OPS_HPP #define INCLUDED_SRC_UTILS_ARCHIVE_ARCHIVE_OPS_HPP -#include <cstddef> #include <cstdint> #include <filesystem> #include <optional> - -#include "gsl/gsl" +#include <string> extern "C" { using archive = struct archive; |