summaryrefslogtreecommitdiffstats
path: root/src/core/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/object')
-rw-r--r--src/core/object/dns.h6
-rw-r--r--src/core/object/ether.h6
-rw-r--r--src/core/object/gre.h6
-rw-r--r--src/core/object/icmp.h6
-rw-r--r--src/core/object/icmp6.h6
-rw-r--r--src/core/object/ieee802.h6
-rw-r--r--src/core/object/ip.h6
-rw-r--r--src/core/object/ip6.h6
-rw-r--r--src/core/object/linuxsll.h6
-rw-r--r--src/core/object/loop.h6
-rw-r--r--src/core/object/null.h6
-rw-r--r--src/core/object/payload.h6
-rw-r--r--src/core/object/pcap.h6
-rw-r--r--src/core/object/tcp.h6
-rw-r--r--src/core/object/udp.h6
15 files changed, 45 insertions, 45 deletions
diff --git a/src/core/object/dns.h b/src/core/object/dns.h
index 5fbaf53..68a2dc9 100644
--- a/src/core/object/dns.h
+++ b/src/core/object/dns.h
@@ -18,8 +18,8 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/log.h"
-#include "core/object.h"
+#include <dnsjit/core/log.h>
+#include <dnsjit/core/object.h>
#ifndef __dnsjit_core_object_dns_h
#define __dnsjit_core_object_dns_h
@@ -27,7 +27,7 @@
#include <netinet/in.h>
#include <sys/types.h>
-#include "core/object/dns.hh"
+#include <dnsjit/core/object/dns.hh>
#define CORE_OBJECT_DNS_INIT(prev) \
{ \
diff --git a/src/core/object/ether.h b/src/core/object/ether.h
index e35ecb2..0fc9e35 100644
--- a/src/core/object/ether.h
+++ b/src/core/object/ether.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_ether_h
#define __dnsjit_core_object_ether_h
#include <stddef.h>
-#include "core/object/ether.hh"
+#include <dnsjit/core/object/ether.hh>
#define CORE_OBJECT_ETHER_INIT(prev) \
{ \
diff --git a/src/core/object/gre.h b/src/core/object/gre.h
index 8efa93c..a716787 100644
--- a/src/core/object/gre.h
+++ b/src/core/object/gre.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_gre_h
#define __dnsjit_core_object_gre_h
#include <stddef.h>
-#include "core/object/gre.hh"
+#include <dnsjit/core/object/gre.hh>
#define CORE_OBJECT_GRE_INIT(prev) \
{ \
diff --git a/src/core/object/icmp.h b/src/core/object/icmp.h
index 346a3ea..65ffa7d 100644
--- a/src/core/object/icmp.h
+++ b/src/core/object/icmp.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_icmp_h
#define __dnsjit_core_object_icmp_h
#include <stddef.h>
-#include "core/object/icmp.hh"
+#include <dnsjit/core/object/icmp.hh>
#define CORE_OBJECT_ICMP_INIT(prev) \
{ \
diff --git a/src/core/object/icmp6.h b/src/core/object/icmp6.h
index 569bf7f..4586d33 100644
--- a/src/core/object/icmp6.h
+++ b/src/core/object/icmp6.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_icmp6_h
#define __dnsjit_core_object_icmp6_h
#include <stddef.h>
-#include "core/object/icmp6.hh"
+#include <dnsjit/core/object/icmp6.hh>
#define CORE_OBJECT_ICMP6_INIT(prev) \
{ \
diff --git a/src/core/object/ieee802.h b/src/core/object/ieee802.h
index ca4847c..388430d 100644
--- a/src/core/object/ieee802.h
+++ b/src/core/object/ieee802.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_ieee802_h
#define __dnsjit_core_object_ieee802_h
#include <stddef.h>
-#include "core/object/ieee802.hh"
+#include <dnsjit/core/object/ieee802.hh>
#define CORE_OBJECT_IEEE802_INIT(prev) \
{ \
diff --git a/src/core/object/ip.h b/src/core/object/ip.h
index c2b9312..00e927b 100644
--- a/src/core/object/ip.h
+++ b/src/core/object/ip.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_ip_h
#define __dnsjit_core_object_ip_h
#include <stddef.h>
-#include "core/object/ip.hh"
+#include <dnsjit/core/object/ip.hh>
#define CORE_OBJECT_IP_INIT(prev) \
{ \
diff --git a/src/core/object/ip6.h b/src/core/object/ip6.h
index 711f1a5..660b9e9 100644
--- a/src/core/object/ip6.h
+++ b/src/core/object/ip6.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_ip6_h
#define __dnsjit_core_object_ip6_h
#include <stddef.h>
-#include "core/object/ip6.hh"
+#include <dnsjit/core/object/ip6.hh>
#define CORE_OBJECT_IP6_INIT(prev) \
{ \
diff --git a/src/core/object/linuxsll.h b/src/core/object/linuxsll.h
index 9484c0d..668581e 100644
--- a/src/core/object/linuxsll.h
+++ b/src/core/object/linuxsll.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_linuxsll_h
#define __dnsjit_core_object_linuxsll_h
#include <stddef.h>
-#include "core/object/linuxsll.hh"
+#include <dnsjit/core/object/linuxsll.hh>
#define CORE_OBJECT_LINUXSLL_INIT(prev) \
{ \
diff --git a/src/core/object/loop.h b/src/core/object/loop.h
index 1d8670f..0cdb8e0 100644
--- a/src/core/object/loop.h
+++ b/src/core/object/loop.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_loop_h
#define __dnsjit_core_object_loop_h
#include <stddef.h>
-#include "core/object/loop.hh"
+#include <dnsjit/core/object/loop.hh>
#define CORE_OBJECT_LOOP_INIT(prev) \
{ \
diff --git a/src/core/object/null.h b/src/core/object/null.h
index 0317fce..5127951 100644
--- a/src/core/object/null.h
+++ b/src/core/object/null.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_null_h
#define __dnsjit_core_object_null_h
#include <stddef.h>
-#include "core/object/null.hh"
+#include <dnsjit/core/object/null.hh>
#define CORE_OBJECT_NULL_INIT(prev) \
{ \
diff --git a/src/core/object/payload.h b/src/core/object/payload.h
index 4b42a7c..07391aa 100644
--- a/src/core/object/payload.h
+++ b/src/core/object/payload.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_payload_h
#define __dnsjit_core_object_payload_h
#include <stddef.h>
-#include "core/object/payload.hh"
+#include <dnsjit/core/object/payload.hh>
#define CORE_OBJECT_PAYLOAD_INIT(prev) \
{ \
diff --git a/src/core/object/pcap.h b/src/core/object/pcap.h
index 093549b..afcccf3 100644
--- a/src/core/object/pcap.h
+++ b/src/core/object/pcap.h
@@ -18,13 +18,13 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_pcap_h
#define __dnsjit_core_object_pcap_h
-#include "core/object/pcap.hh"
+#include <dnsjit/core/object/pcap.hh>
#define CORE_OBJECT_PCAP_INIT(prev) \
{ \
diff --git a/src/core/object/tcp.h b/src/core/object/tcp.h
index e62ad42..e851a8a 100644
--- a/src/core/object/tcp.h
+++ b/src/core/object/tcp.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_tcp_h
#define __dnsjit_core_object_tcp_h
#include <stddef.h>
-#include "core/object/tcp.hh"
+#include <dnsjit/core/object/tcp.hh>
#define CORE_OBJECT_TCP_INIT(prev) \
{ \
diff --git a/src/core/object/udp.h b/src/core/object/udp.h
index 147e80b..e85208b 100644
--- a/src/core/object/udp.h
+++ b/src/core/object/udp.h
@@ -18,15 +18,15 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/object.h"
-#include "core/timespec.h"
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/timespec.h>
#ifndef __dnsjit_core_object_udp_h
#define __dnsjit_core_object_udp_h
#include <stddef.h>
-#include "core/object/udp.hh"
+#include <dnsjit/core/object/udp.hh>
#define CORE_OBJECT_UDP_INIT(prev) \
{ \