summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-12-09 15:24:40 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-12-09 15:24:40 +0000
commitf174a2e12d5029c4e62da296add1cb3647755d0f (patch)
tree6d784bc3442af325c1583fc2fe3a6c2344db33ee
parent7e699a959aadb95642d7667b912959a141da9fb6 (diff)
downloadlibgpod-f174a2e12d5029c4e62da296add1cb3647755d0f.tar.gz
libgpod-f174a2e12d5029c4e62da296add1cb3647755d0f.tar.xz
libgpod-f174a2e12d5029c4e62da296add1cb3647755d0f.zip
* src/hal-common.c: reverse order of include statements to fix
compilation error on some systems. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1191 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--src/hal-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hal-common.c b/src/hal-common.c
index e5189a0..d2bbd5d 100644
--- a/src/hal-common.c
+++ b/src/hal-common.c
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-10-10 01:23:29 jcs>
+/* Time-stamp: <2005-12-10 00:22:44 jcs>
|
| Copyright (C) 2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -56,8 +56,8 @@
# include "config.h"
#endif
-#include "hal-common.h"
#include "itdb_private.h"
+#include "hal-common.h"
#ifndef HAVE_LIBHAL
gchar **libhal_manager_find_device_string_match (LibHalContext *hal_ctx,