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_mutex.c | |
parent | 89f291566b850e86c379f485eec4a2dfea87c391 (diff) |
Simplify includes
Diffstat (limited to 'ot_mutex.c')
-rw-r--r-- | ot_mutex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,9 +6,11 @@ | |||
6 | #include <stdio.h> | 6 | #include <stdio.h> |
7 | #include <stdlib.h> | 7 | #include <stdlib.h> |
8 | #include <sys/mman.h> | 8 | #include <sys/mman.h> |
9 | #include <sys/uio.h> | ||
9 | 10 | ||
10 | /* Libowfat */ | 11 | /* Libowfat */ |
11 | #include "byte.h" | 12 | #include "byte.h" |
13 | #include "io.h" | ||
12 | 14 | ||
13 | /* Opentracker */ | 15 | /* Opentracker */ |
14 | #include "trackerlogic.h" | 16 | #include "trackerlogic.h" |