summaryrefslogtreecommitdiff
path: root/tools/hal-storage-eject.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2006-08-19 13:49:32 -0400
committerDavid Zeuthen <davidz@redhat.com>2006-08-19 13:49:32 -0400
commitd9bcef8e186626c8270d848f585e64c363cf6796 (patch)
tree848e957e84bbc278c6aee332f78363a6d921a3f3 /tools/hal-storage-eject.c
parentca064f6f313f7afd134e67e0fa7ac2fc5e25dd64 (diff)
parent27050b659a63c9ffe79f997a2d562a56821e49c3 (diff)
Merge branch 'master' of ssh://david@git.freedesktop.org/git/hal
Diffstat (limited to 'tools/hal-storage-eject.c')
-rw-r--r--tools/hal-storage-eject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hal-storage-eject.c b/tools/hal-storage-eject.c
index 6cb8ab42..516d078e 100644
--- a/tools/hal-storage-eject.c
+++ b/tools/hal-storage-eject.c
@@ -34,8 +34,8 @@
#include <sys/types.h>
#include <unistd.h>
-#include <libhal/libhal.h>
-#include <libhal-storage/libhal-storage.h>
+#include <libhal.h>
+#include <libhal-storage.h>
#ifdef HAVE_POLKIT
#include <libpolkit.h>
#endif