summaryrefslogtreecommitdiffstats
path: root/src/ipod-device.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-21 19:50:27 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-21 19:50:27 +0000
commit71b655f54b11e6a3ee70f88b461dd130cd235092 (patch)
tree8d4f892019a89c6093795e3a5bd70a05b78c9ef0 /src/ipod-device.h
parente1afa7fbda872017def878a532536ec6dd546528 (diff)
downloadlibgpod-71b655f54b11e6a3ee70f88b461dd130cd235092.tar.gz
libgpod-71b655f54b11e6a3ee70f88b461dd130cd235092.tar.xz
libgpod-71b655f54b11e6a3ee70f88b461dd130cd235092.zip
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* src/hal-common.h: mark hal stubs (for when hal isn't available) as G_GNUC_INTERNAL to avoid namespace clashes * src/ipod-device.c: * src/ipod-device.h: move hal header inclusion in the .c instead of having it in the .h git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1156 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ipod-device.h')
-rw-r--r--src/ipod-device.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ipod-device.h b/src/ipod-device.h
index 958d042..416c13e 100644
--- a/src/ipod-device.h
+++ b/src/ipod-device.h
@@ -77,16 +77,6 @@
#include <glib.h>
#include <glib-object.h>
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#if HAVE_LIBHAL
-# include <libhal.h>
-# include <dbus/dbus.h>
-# include <dbus/dbus-glib.h>
-#endif
-
G_BEGIN_DECLS
#define TYPE_IPOD_DEVICE (ipod_device_get_type ())