summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-27 16:22:40 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-27 16:22:40 +0000
commit833325d33b973b5337605d7f43116c26d6edd09c (patch)
tree603c3446fa5646797d9d2edff19d1fd5fb619863 /src
parentce11b5775b65ced77b63ea44f68d4e4a8baa8919 (diff)
some cleanups
git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@7 a8d83910-18e2-0310-866c-8ed7f9518005
Diffstat (limited to 'src')
-rw-r--r--src/ao_polyp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ao_polyp.c b/src/ao_polyp.c
index dd0b43c..b50c4ef 100644
--- a/src/ao_polyp.c
+++ b/src/ao_polyp.c
@@ -19,6 +19,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <string.h>
#include <signal.h>
@@ -27,10 +31,6 @@
#include <ao/ao.h>
#include <ao/plugin.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* Unfortunately libao doesn't allow "const" for these structures... */
static char * ao_polyp_options[] = {
"server",