Skip to content

Commit

Permalink
output-json-dns: remove un-needed includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish authored and victorjulien committed Dec 13, 2023
1 parent 97744b7 commit 7d95c4c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/output-json-dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,14 @@
*/

#include "suricata-common.h"
#include "detect.h"
#include "pkt-var.h"
#include "conf.h"

#include "threads.h"
#include "threadvars.h"
#include "tm-threads.h"

#include "util-print.h"
#include "util-unittest.h"

#include "util-debug.h"
#include "util-mem.h"
#include "app-layer-parser.h"
#include "output.h"
#include "app-layer.h"
#include "util-privs.h"
#include "util-buffer.h"
#include "util-proto-name.h"
#include "util-logopenfile.h"
#include "util-time.h"

#include "output-json.h"
#include "output-json-dns.h"
Expand Down

0 comments on commit 7d95c4c

Please sign in to comment.