[libmultipath] remove vector.h include from config.h
authorChristophe Varoqui <root@xa-s05.(none)>
Wed, 18 Jan 2006 16:06:23 +0000 (17:06 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Wed, 18 Jan 2006 16:06:23 +0000 (17:06 +0100)
libmultipath/config.h
libmultipath/debug.c
multipath/main.c

index dc0148d..cb53beb 100644 (file)
@@ -1,10 +1,6 @@
 #ifndef _CONFIG_H
 #define _CONFIG_H
 
-#ifndef _VECTOR_H
-#include "vector.h"
-#endif
-
 enum devtypes {
        DEV_NONE,
        DEV_DEVT,
index 7a13668..099ab52 100644 (file)
@@ -11,6 +11,7 @@
 #include <time.h>
 #endif
 
+#include "vector.h"
 #include "config.h"
 
 void dlog (int sink, int prio, char * fmt, ...)
index b92a129..c21abb8 100644 (file)
 #include <libdevmapper.h>
 #include <devmapper.h>
 #include <path_state.h>
-#include <blacklist.h>
 #include <util.h>
 #include <defaults.h>
 #include <structs.h>
 #include <structs_vec.h>
 #include <dmparser.h>
 #include <config.h>
+#include <blacklist.h>
 #include <discovery.h>
 #include <debug.h>
 #include <switchgroup.h>