about summary refs log tree commit homepage
path: root/http.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-19 02:17:18 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-19 02:17:18 +0000
commitc49cf315dadbf1cfe2f5e80c1f3c1ae27ad0761e (patch)
tree418bf8f4b7dc218a797d27061c8cc66cd285fa5f /http.c
parent939abdfed71349df87712559553593dc95f406c5 (diff)
downloadcmogstored-c49cf315dadbf1cfe2f5e80c1f3c1ae27ad0761e.tar.gz
We'll have tracing everywhere, so it's too much maintenance overhead
to add it to every file which wants it.  Increased build-times are
a problem, but less than the maintenance overhead of finding the
right headers.
Diffstat (limited to 'http.c')
-rw-r--r--http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.c b/http.c
index a7f9bad..2f3b29b 100644
--- a/http.c
+++ b/http.c
@@ -3,7 +3,6 @@
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
-#include "trace.h"
 #include "http.h"
 
 /*