aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging/Log.cpp
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2016-08-04 21:54:02 +0200
committerjackpoz <giacomopoz@gmail.com>2016-08-04 21:54:02 +0200
commitfe6d8016afb71c81d9f26feac9aa0d3b0183a310 (patch)
treedbd39ff7a35f35e3bf1292045dc100c7f481340c /src/common/Logging/Log.cpp
parent01f7bacd05d4e441880ec8b74acc5192bd136c44 (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.cpp1
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>