diff options
author | Kan-Ru Chen <kanru@kanru.info> | 2011-11-25 11:02:01 +0800 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-11-25 12:07:57 +0000 |
commit | b291a1d878c0f462871b2ce715dc4e2602085ed0 (patch) | |
tree | 72280ef29f15c7963d5b1034f0ad80e6eab1c0da /common/trace_file.cpp | |
parent | 216a9958b1c65b3c330c1499dc33c79b462f724a (diff) |
Remove unused includes from trace_file.cpp
Diffstat (limited to 'common/trace_file.cpp')
-rw-r--r-- | common/trace_file.cpp | 8 |
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; |