summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/util.h b/util.h
index ec591ce2..53dc720e 100644
--- a/util.h
+++ b/util.h
@@ -1,10 +1,6 @@
#ifndef _UTIL_H
#define _UTIL_H
-#include <iostream>
-
-#include "trace.h"
-
#if defined __FreeBSD__ && __FreeBSD__ <=4
// FreeBSD has a broken isspace macro, so dont use it
#undef isspace(c)