Remove unneeded probe.h header file in lib/blkid/resolve.c

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2005-09-07 12:12:21 -04:00
parent c4c740ff48
commit 45d1d889b9
2 changed files with 4 additions and 1 deletions

View 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

View 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.