diff options
author | Alasdair Kergon <agk@redhat.com> | 2002-11-18 14:01:16 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2002-11-18 14:01:16 +0000 |
commit | d1d9800ef1c7ec38a5f72b8e2586f927ab68188c (patch) | |
tree | 54e68c3d31d89b99ffd46e44073d44ca4254be48 /lib/uuid | |
parent | 74b27447c1070c55d922620ba2b1f6bc7257766c (diff) | |
download | lvm2-d1d9800ef1c7ec38a5f72b8e2586f927ab68188c.tar.gz |
Refactoring.
Diffstat (limited to 'lib/uuid')
-rw-r--r-- | lib/uuid/uuid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/uuid/uuid.c b/lib/uuid/uuid.c index bff912dec..7c6f5a116 100644 --- a/lib/uuid/uuid.c +++ b/lib/uuid/uuid.c @@ -4,10 +4,9 @@ * This file is released under the LGPL. */ +#include "lib.h" #include "uuid.h" -#include "log.h" -#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> |