Skip to content
Snippets Groups Projects
Commit 609900ea authored by Daniel Salzman's avatar Daniel Salzman
Browse files

namedb: remove dname.h inclusion

parent b5a627e8
No related branches found
No related tags found
1 merge request!330Knsupdate pubkey processing fix
......@@ -16,8 +16,6 @@
#pragma once
#include "libknot/dname.h"
#include "libknot/internal/mempattern.h"
enum {
......
......@@ -15,6 +15,8 @@
*/
#include <assert.h>
#include <stdbool.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
......
......@@ -15,6 +15,8 @@
*/
#include <dirent.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment