Skip to content
Snippets Groups Projects
Commit 01067091 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

rrset: Removed obsoletu includes, formatting.

parent 4fc1307a
No related branches found
No related tags found
No related merge requests found
......@@ -15,23 +15,15 @@
*/
#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "libknot/rrset.h"
#include "libknot/consts.h"
#include "libknot/common.h"
#include "libknot/mempattern.h"
#include "libknot/rrset-dump.h"
#include "libknot/descriptor.h"
#include "common/debug.h"
#include "libknot/util/utils.h"
#include "libknot/packet/wire.h"
#include "libknot/packet/pkt.h"
#include "libknot/dname.h"
knot_rrset_t *knot_rrset_new(const knot_dname_t *owner, uint16_t type,
......
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