Skip to content
Snippets Groups Projects
Commit 3c2bbb8d authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Cleanup internal/ headers usage outside internal/ where we can

parent 06235920
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@
#pragma once
#include "libknot/processing/layer.h"
#include "libknot/internal/lists.h"
/*! \brief Processsing overlay (list of aggregated FSMs). */
struct knot_overlay {
......
......@@ -30,8 +30,6 @@
#include <stdint.h>
#include <stdbool.h>
#include "libknot/internal/mempattern.h"
/* ---------------------------- Single RR ----------------------------------- */
/*!< \brief Maximum rdata data size. */
......
......@@ -29,7 +29,6 @@
#include <stdint.h>
#include "libknot/rrset.h"
#include "libknot/internal/utils.h"
/* Forward declaration. */
struct knot_packet;
......
......@@ -33,7 +33,6 @@
#include "libknot/binary.h"
#include "libknot/consts.h"
#include "libknot/rrset.h"
#include "libknot/internal/utils.h"
struct knot_tsig_key {
knot_dname_t *name;
......
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