From e399c4189962cdeace1210b2de0999c519411fcc Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 Dec 2015 21:00:14 -0500 Subject: Consistently include config.h This still needs some work in a few headers that depend on it --- src/trg-torrent-model.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/trg-torrent-model.c') diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c index 232ea25..8e916f4 100644 --- a/src/trg-torrent-model.c +++ b/src/trg-torrent-model.c @@ -17,15 +17,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include #include -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "torrent.h" #include "json.h" #include "trg-torrent-model.h" -- cgit v1.2.3