summaryrefslogtreecommitdiff
path: root/ot_clean.c
diff options
context:
space:
mode:
authorerdgeist <>2007-12-03 00:52:05 +0000
committererdgeist <>2007-12-03 00:52:05 +0000
commitb0e4ebbbf2a3235077c6d607ef881b6791597087 (patch)
tree45812c7cfecef0979633e90fd4e8cf40518bcc8e /ot_clean.c
parent89f291566b850e86c379f485eec4a2dfea87c391 (diff)
Simplify includes
Diffstat (limited to 'ot_clean.c')
-rw-r--r--ot_clean.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ot_clean.c b/ot_clean.c
index e8d2841..308c848 100644
--- a/ot_clean.c
+++ b/ot_clean.c
@@ -5,9 +5,11 @@
5#include <stdlib.h> 5#include <stdlib.h>
6#include <string.h> 6#include <string.h>
7#include <pthread.h> 7#include <pthread.h>
8#include <sys/uio.h>
8 9
9/* Libowfat */ 10/* Libowfat */
10#include "byte.h" 11#include "byte.h"
12#include "io.h"
11 13
12/* Opentracker */ 14/* Opentracker */
13#include "trackerlogic.h" 15#include "trackerlogic.h"