diff th_config.c @ 49:598609fb49b0

Change how "config.h" is included, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2011 15:40:54 +0300
parents 7851f704d499
children 36286f2561e1
line wrap: on
line diff
--- a/th_config.c	Mon Oct 03 15:39:42 2011 +0300
+++ b/th_config.c	Mon Oct 03 15:40:54 2011 +0300
@@ -5,14 +5,11 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include "th_util.h"
+#include "th_config.h"
+#include "th_string.h"
 #include <stdio.h>
 #include <stdarg.h>
-#include "th_config.h"
-#include "th_util.h"
-#include "th_string.h"
 
 #define SET_MAX_BUF     (8192)