summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKan-Ru Chen <kanru@kanru.info>2011-11-25 11:02:01 +0800
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-11-25 12:07:57 +0000
commitb291a1d878c0f462871b2ce715dc4e2602085ed0 (patch)
tree72280ef29f15c7963d5b1034f0ad80e6eab1c0da /common
parent216a9958b1c65b3c330c1499dc33c79b462f724a (diff)
Remove unused includes from trace_file.cpp
Diffstat (limited to 'common')
-rw-r--r--common/trace_file.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/trace_file.cpp b/common/trace_file.cpp
index 5328cbe..2210602 100644
--- a/common/trace_file.cpp
+++ b/common/trace_file.cpp
@@ -27,14 +27,6 @@
#include "trace_file.hpp"
#include <assert.h>
-#include <string.h>
-
-#include <zlib.h>
-#include <gzguts.h>
-
-#include "os.hpp"
-
-#include <iostream>
using namespace trace;