Whamcloud - gitweb
Remove unneeded probe.h header file in lib/blkid/resolve.c
authorTheodore Ts'o <tytso@mit.edu>
Wed, 7 Sep 2005 16:12:21 +0000 (12:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 7 Sep 2005 16:12:21 +0000 (12:12 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/blkid/ChangeLog
lib/blkid/resolve.c

index 8f1aab7..a67f497 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-07  Theodore Ts'o  <tytso@mit.edu>
+
+       * resolve.c: Remove unneeded probe.h header file.
+
 2005-09-05  Karel Zak <kzak@redhat.com>
 
        * probe.c (probe_vfat_nomagic): Add support for detecting VFAT
index 3dca74f..747ea47 100644 (file)
@@ -20,7 +20,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "blkidP.h"
-#include "probe.h"
 
 /*
  * Find a tagname (e.g. LABEL or UUID) on a specific device.