diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2024-11-01 08:42:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 08:42:31 +0100 |
commit | 4dcaee181654a7e0250d18c2308f8a5f4d68f32a (patch) | |
tree | d27f325f5fa6828820448a50fc0e33eb1923c348 /src/common/Logging/AppenderFile.h | |
parent | 55fe00120fc9579aa2de34faa0c3407a2aa454c6 (diff) |
refactor(src/common|server): remove unused import (big part 2) (#20388)
Diffstat (limited to 'src/common/Logging/AppenderFile.h')
-rw-r--r-- | src/common/Logging/AppenderFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/AppenderFile.h b/src/common/Logging/AppenderFile.h index 38b21065a8..95a990d63b 100644 --- a/src/common/Logging/AppenderFile.h +++ b/src/common/Logging/AppenderFile.h @@ -19,7 +19,7 @@ #define APPENDERFILE_H #include "Appender.h" -#include <atomic> +#include <atomic> // NOTE: this import is NEEDED (even though some IDEs report it as unused) #include <vector> class AppenderFile : public Appender |