diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 16:29:06 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 16:29:06 +0100 |
commit | 0d97553a5e1d91edfc325f1d9f5cf8c8bdd6a496 (patch) | |
tree | a5869036a4b8109f7db71f8e3970d646622e5e8c /unittests/config.cpp | |
parent | Update branch names from master to main (diff) | |
download | netfs-gitfs-0d97553a5e1d91edfc325f1d9f5cf8c8bdd6a496.tar.bz2 netfs-gitfs-0d97553a5e1d91edfc325f1d9f5cf8c8bdd6a496.tar.xz netfs-gitfs-0d97553a5e1d91edfc325f1d9f5cf8c8bdd6a496.zip |
Fix-up all the clang-tidy warnings
Diffstat (limited to 'unittests/config.cpp')
-rw-r--r-- | unittests/config.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unittests/config.cpp b/unittests/config.cpp index b84304b..72d7d31 100644 --- a/unittests/config.cpp +++ b/unittests/config.cpp @@ -7,11 +7,10 @@ #include <definedDirs.h> #include <dryice.h> #include <filesystem> -#include <map> -#include <memory> #include <service.h> #include <string> #include <volume.h> + namespace NetFS { class ConfigError; } |