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.h | |
parent | 166f548efcab0efac6374c742fdad2c65349965f (diff) |
Remove system includes for dpid
Diffstat (limited to 'dpid/misc_new.h')
-rw-r--r-- | dpid/misc_new.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dpid/misc_new.h b/dpid/misc_new.h index e2bf6e9a..248b2895 100644 --- a/dpid/misc_new.h +++ b/dpid/misc_new.h @@ -1,8 +1,6 @@ #ifndef MISC_NEW_H #define MISC_NEW_H -#include "../dlib/dlib.h" - int a_Misc_close_fd(int fd); Dstr *a_Misc_rdtag(int socket); |