diff options
author | Christophe Fergeau <teuf@gnome.org> | 2005-11-21 19:50:27 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-21 19:50:27 +0000 |
commit | 71b655f54b11e6a3ee70f88b461dd130cd235092 (patch) | |
tree | 8d4f892019a89c6093795e3a5bd70a05b78c9ef0 /src/ipod-device.c | |
parent | e1afa7fbda872017def878a532536ec6dd546528 (diff) | |
download | libgpod-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.c')
-rw-r--r-- | src/ipod-device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipod-device.c b/src/ipod-device.c index b616f07..951ddaf 100644 --- a/src/ipod-device.c +++ b/src/ipod-device.c @@ -65,8 +65,6 @@ #define ipod_device_list_devices itdb_device_list_devices #define ipod_device_list_device_udis itdb_device_list_device_udis - - #ifdef HAVE_CONFIG_H # include "config.h" #endif |