From a5bb9c6b530d4d265efdf257d7391c1b587586b7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 5 Jan 2006 14:37:37 +0000 Subject: [PATCH] snd_user_file - keep doxygen happy --- src/userfile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/userfile.c b/src/userfile.c index 12351cee..5fb62394 100644 --- a/src/userfile.c +++ b/src/userfile.c @@ -22,10 +22,6 @@ #include #include -#ifdef HAVE_WORDEXP_H -#include -#include - /** * \brief Get the full file name * \param file The file name string to parse @@ -35,6 +31,10 @@ * Parses the given file name with POSIX-Shell-like expansion and * stores the first matchine one. The returned string is strdup'ed. */ + +#ifdef HAVE_WORDEXP_H +#include +#include int snd_user_file(const char *file, char **result) { wordexp_t we; -- 2.47.1