]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: move lldpd-structs.h include into atom.h
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 10 Apr 2015 07:47:50 +0000 (10:47 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 19 May 2015 06:10:54 +0000 (09:10 +0300)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
src/lib/atom.c
src/lib/atom.h
src/lib/atoms/config.c
src/lib/atoms/dot1.c
src/lib/atoms/dot3.c
src/lib/atoms/interface.c
src/lib/atoms/med.c
src/lib/atoms/mgmt.c
src/lib/atoms/port.c
src/lib/connection.c
src/lib/helpers.c

index a7efd6a1ff4d31bd7fa937abd7bba5592703e296..df181a79c0210fbed49dce95df72f8ba54fd3949 100644 (file)
@@ -22,7 +22,6 @@
 #include "../log.h"
 #include "../marshal.h"
 #include "../ctl.h"
-#include "../lldpd-structs.h"
 
 lldpctl_conn_t*
 lldpctl_atom_get_connection(lldpctl_atom_t *atom)
index 84a38bf11ed6bfdf28805e964e6a05968d028bb3..1e30712da86280d6817c3bea0c976ccea7023b9e 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <sys/queue.h>
+#include "../lldpd-structs.h"
 #include "../compat/compat.h"
 #include "../marshal.h"
 #include "../ctl.h"
index 023b5d5b93ae62ab46364c58d55ab4e8b12872d7..5d362349fabda592bf2edc9e1c7c0462c83f6455 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "../lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index b78aaa495d70b8d6b44c6e02ae956c85e05c0280..6a2af2ec38ea36505bfd0be57b13833b5e1b7086 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index d3fced95d98706d0395479de6bd147ad4ae86a84..9e21abde4eb0d2ebd30deeab5b1c840ffbc14171 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index cd0b5ca47c4e3fbe186d7fcb90cd89d17945014f..d51c0ee605e78216afc6c7761d6a8d9d01e7aba3 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index 905f81464ffcacf52da2b160fc2d8bef7e3c3019..c274d4c9e949b0d14cbb259a590286bd49a9e6d8 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index 538893a08e8f2296586e8f5d67eea17743a289fa..75fdfe7cea2b9747bc902c43cc8ae3f1ff5e2388 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index bfa6a18da6c335be941528a63f8fd5aa6f817c1e..1b870ede0af391e00bf73ff1950455a897e2fa55 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"
index a47cdfa9b26dcf3d4e43c3b42ff8d4b5d380c19f..1465fbcb607b305a8689607d209756ed332ca33b 100644 (file)
@@ -26,7 +26,6 @@
 #include "../compat/compat.h"
 #include "../ctl.h"
 #include "../log.h"
-#include "../lldpd-structs.h"
 
 const char*
 lldpctl_get_default_transport(void)
index a45f31ef7179a45d5f28a32662290890cffd5b2b..5b87e5095a9c6634eb6db2c2f135d1c976bd5b9a 100644 (file)
@@ -21,7 +21,6 @@
 #include <arpa/inet.h>
 
 #include "lldpctl.h"
-#include "../lldpd-structs.h"
 #include "../log.h"
 #include "atom.h"
 #include "helpers.h"