diff options
| author | jackpoz <giacomopoz@gmail.com> | 2016-08-06 16:27:10 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2016-08-06 16:27:10 +0200 |
| commit | 6d866102deae9fdbd19300f8e56862397f4e4c2a (patch) | |
| tree | 7c0e71d6649643a62f0d6f082fcff5afdc85fd19 | |
| parent | 807488df8a9f063d5b306dcd88b12b9d67089143 (diff) | |
Common/Utilities: Reduce differences between 3.3.5 and 6.x branches
Code functionality shouldn't have been modified.
| -rw-r--r-- | src/common/Utilities/Util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Utilities/Util.h b/src/common/Utilities/Util.h index ff737eb33bd..6977de5a0c5 100644 --- a/src/common/Utilities/Util.h +++ b/src/common/Utilities/Util.h @@ -28,8 +28,6 @@ #include <vector> #include <list> #include <map> -#include <stdarg.h> -#include <cstring> #include <ctime> // Searcher for map of structs |
