Big header file cleanup: everything that has to do with standard system
[oweals/tinc.git] / src / conf.c
index b6d2b0af835a05dafdf62da11ebf1afcce3d2c39..f7019d14a8e7a3a9227500cfdd0a02c0429e327d 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: conf.c,v 1.9.4.65 2003/07/12 17:41:45 guus Exp $
+    $Id: conf.c,v 1.9.4.66 2003/07/17 15:06:26 guus Exp $
 */
 
-#include "config.h"
-
-#include <ctype.h>
-#include <errno.h>
-#include <netdb.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <unistd.h>
-#include <string.h>
-
-#include <xalloc.h>
-#include <utils.h>                             /* for cp */
-#include <avl_tree.h>
+#include "system.h"
 
+#include "avl_tree.h"
 #include "conf.h"
-#include "netutl.h"                            /* for str2address */
 #include "logger.h"
-
-#include "system.h"
+#include "netutl.h"                            /* for str2address */
+#include "utils.h"                             /* for cp */
+#include "xalloc.h"
 
 avl_tree_t *config_tree;