about summary refs log tree commit homepage
path: root/trywrite.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 /trywrite.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 'trywrite.c')
-rw-r--r--trywrite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/trywrite.c b/trywrite.c
index d19f653..7078748 100644
--- a/trywrite.c
+++ b/trywrite.c
@@ -3,7 +3,6 @@
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
-#include "trace.h"
 
 struct mog_wbuf {
         size_t len;