diff options
Diffstat (limited to 'src/common/hex.cc')
-rw-r--r-- | src/common/hex.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/hex.cc b/src/common/hex.cc index 24ba6724e87..3b6544c5053 100644 --- a/src/common/hex.cc +++ b/src/common/hex.cc @@ -12,11 +12,11 @@ * */ +#include <stdio.h> + #include "common/debug.h" -#include "common/hex.h" -#include <stdio.h> -#include <string> +#include "hex.h" void hex2str(const char *s, int len, char *buf, int dest_len) { |