diff options
author | erdgeist <> | 2007-12-03 00:52:05 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-03 00:52:05 +0000 |
commit | b0e4ebbbf2a3235077c6d607ef881b6791597087 (patch) | |
tree | 45812c7cfecef0979633e90fd4e8cf40518bcc8e /ot_clean.c | |
parent | 89f291566b850e86c379f485eec4a2dfea87c391 (diff) |
Simplify includes
Diffstat (limited to 'ot_clean.c')
-rw-r--r-- | ot_clean.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |