treewide: use angle-brackets to include libubox header files
authorHans Dedecker <dedeckeh@gmail.com>
Tue, 27 Jun 2017 09:20:20 +0000 (11:20 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Tue, 27 Jun 2017 09:23:52 +0000 (11:23 +0200)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
src/dhcpv6-ia.c
src/odhcpd.h

index 3275da5..c2221d8 100644 (file)
@@ -16,8 +16,6 @@
 #include "odhcpd.h"
 #include "dhcpv6.h"
 #include "dhcpv4.h"
 #include "odhcpd.h"
 #include "dhcpv6.h"
 #include "dhcpv4.h"
-#include "libubox/md5.h"
-#include "libubox/usock.h"
 
 #include <time.h>
 #include <errno.h>
 
 #include <time.h>
 #include <errno.h>
@@ -34,6 +32,9 @@
 #include <arpa/inet.h>
 #include <sys/timerfd.h>
 
 #include <arpa/inet.h>
 #include <sys/timerfd.h>
 
+#include <libubox/md5.h>
+#include <libubox/usock.h>
+
 #define ADDR_ENTRY_VALID_IA_ADDR(iface, i, m, addrs) \
     ((iface)->managed == RELAYD_MANAGED_NO_AFLAG || (i) == (m) || \
      (addrs)[(i)].prefix > 64)
 #define ADDR_ENTRY_VALID_IA_ADDR(iface, i, m, addrs) \
     ((iface)->managed == RELAYD_MANAGED_NO_AFLAG || (i) == (m) || \
      (addrs)[(i)].prefix > 64)
index ecb7d9a..1803a41 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdbool.h>
 #include <syslog.h>
 
 #include <stdbool.h>
 #include <syslog.h>
 
-#include "libubox/blobmsg.h"
+#include <libubox/blobmsg.h>
 
 #ifndef typeof
 #define typeof __typeof
 
 #ifndef typeof
 #define typeof __typeof
@@ -31,8 +31,8 @@
     (type *)( (char *)ptr - offsetof(type,member) ))
 #endif
 
     (type *)( (char *)ptr - offsetof(type,member) ))
 #endif
 
-#include "libubox/list.h"
-#include "libubox/uloop.h"
+#include <libubox/list.h>
+#include <libubox/uloop.h>
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))