summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2012-02-16 15:41:02 -0500
committerChris Ball <cjb@laptop.org>2012-02-16 15:41:02 -0500
commit7a39ed3893e549503dac6e372a29102d2aaf0a50 (patch)
tree0b47965a6f01ce9bc26eb30ef2961c6c4f1a32df
parent45541d55fa50e385894d22960f2526b6c7f68d52 (diff)
downloadmmc-utils-7a39ed3893e549503dac6e372a29102d2aaf0a50.tar.gz
Remove unneeded dependency on libuuid.
Signed-off-by: Chris Ball <cjb@laptop.org>
-rw-r--r--mmc_cmds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mmc_cmds.c b/mmc_cmds.c
index 82fd016..dce3ecc 100644
--- a/mmc_cmds.c
+++ b/mmc_cmds.c
@@ -25,7 +25,6 @@
#include <fcntl.h>
#include <libgen.h>
#include <limits.h>
-#include <uuid/uuid.h>
#include <ctype.h>
#include "mmc.h"