aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/uuid
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-10 11:35:17 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-10 11:35:17 +0000
commit0d5aa005853e46d0eea77a3e19f065f2b7963848 (patch)
treebb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab /e2fsprogs/uuid
parent5b39eeee4603692fe8d007f562ef7f8c0a328a2d (diff)
downloadbusybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.tar.gz
busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.tar.bz2
busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.zip
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep. git-svn-id: svn://busybox.net/trunk/busybox@11822 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/uuid')
-rw-r--r--e2fsprogs/uuid/uuidP.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e2fsprogs/uuid/uuidP.h b/e2fsprogs/uuid/uuidP.h
index adf233da9..d2e1a450a 100644
--- a/e2fsprogs/uuid/uuidP.h
+++ b/e2fsprogs/uuid/uuidP.h
@@ -32,11 +32,7 @@
32 * %End-Header% 32 * %End-Header%
33 */ 33 */
34 34
35#ifdef HAVE_INTTYPES_H
36#include <inttypes.h> 35#include <inttypes.h>
37#else
38#include <uuid/uuid_types.h>
39#endif
40#include <sys/types.h> 36#include <sys/types.h>
41 37
42#include "uuid.h" 38#include "uuid.h"