summaryrefslogtreecommitdiff
path: root/src/scratchtoolpp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/scratchtoolpp.cc')
-rw-r--r--src/scratchtoolpp.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/scratchtoolpp.cc b/src/scratchtoolpp.cc
index 01db29e9f2b..59d9b7a2483 100644
--- a/src/scratchtoolpp.cc
+++ b/src/scratchtoolpp.cc
@@ -11,18 +11,17 @@
* Foundation. See file COPYING.
*
*/
-
#include "include/types.h"
-#include "include/rados/librados.hpp"
-
-using namespace librados;
#include <iostream>
-
#include <errno.h>
#include <stdlib.h>
#include <time.h>
+#include "include/rados/librados.hpp"
+
+using namespace librados;
+
void buf_to_hex(const unsigned char *buf, int len, char *str)
{
str[0] = '\0';