summaryrefslogtreecommitdiff
path: root/src/client/Trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Trace.cc')
-rw-r--r--src/client/Trace.cc17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/client/Trace.cc b/src/client/Trace.cc
index f718595d00e..bdf0fdbc882 100644
--- a/src/client/Trace.cc
+++ b/src/client/Trace.cc
@@ -12,27 +12,20 @@
*
*/
-
-
-#include "Trace.h"
-#include "common/debug.h"
-
#include <iostream>
#include <map>
#include <ext/rope>
-using namespace __gnu_cxx;
-
-#include "common/Mutex.h"
-
-#include "common/config.h"
-
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include "common/Mutex.h"
+#include "common/config.h"
+#include "common/debug.h"
+#include "Trace.h"
-
+using namespace __gnu_cxx;
void Trace::start()
{