diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-07-13 15:24:42 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-07-13 15:24:42 -0400 |
commit | fad45baee35ac1801499bebfe24c53cfaff5cf67 (patch) | |
tree | 4efc8c65d1a3a52f80678fa074353ee9da4529cc /dpid/misc_new.c | |
parent | 166f548efcab0efac6374c742fdad2c65349965f (diff) |
Remove system includes for dpid
Diffstat (limited to 'dpid/misc_new.c')
-rw-r--r-- | dpid/misc_new.c | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/dpid/misc_new.c b/dpid/misc_new.c index 83f990ac..35bc77ae 100644 --- a/dpid/misc_new.c +++ b/dpid/misc_new.c @@ -9,20 +9,15 @@ * (at your option) any later version. */ -#include <stdio.h> -#include <time.h> -#include <stdlib.h> -#include <string.h> +#include <errno.h> /* errno, err-codes */ #include <unistd.h> -#include <sys/stat.h> -#include <sys/types.h> -#include <errno.h> -#include <fcntl.h> -#include "d_size.h" -#include "misc_new.h" -#include "dpid_common.h" +#include <time.h> +#include <sys/stat.h> /* stat */ +#include <stdlib.h> /* rand, srand */ -#include "misc_new.h" /* for function prototypes */ +#include "../dlib/dlib.h" +#include "dpid_common.h" +#include "misc_new.h" /* for function prototypes */ /* |