summaryrefslogtreecommitdiffstats
path: root/src/core/object/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/object/dns.h')
-rw-r--r--src/core/object/dns.h6
1 files changed, 3 insertions, 3 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) \
{ \