diff options
author | jackpoz <giacomopoz@gmail.com> | 2016-08-04 21:54:02 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2016-08-04 21:54:02 +0200 |
commit | fe6d8016afb71c81d9f26feac9aa0d3b0183a310 (patch) | |
tree | dbd39ff7a35f35e3bf1292045dc100c7f481340c /src/common/Logging/Log.cpp | |
parent | 01f7bacd05d4e441880ec8b74acc5192bd136c44 (diff) |
Common/Logging: Reduce differences between 3.3.5 and 6.x branches
Code functionality shouldn't have been modified.
Diffstat (limited to 'src/common/Logging/Log.cpp')
-rw-r--r-- | src/common/Logging/Log.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Logging/Log.cpp b/src/common/Logging/Log.cpp index b350a41b482..f7a84fb8b47 100644 --- a/src/common/Logging/Log.cpp +++ b/src/common/Logging/Log.cpp @@ -24,7 +24,6 @@ #include "AppenderFile.h" #include "LogOperation.h" -#include <cstdarg> #include <cstdio> #include <sstream> |