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 committed Nov 16, 2023
1 parent f802f9d commit 4dd2d05
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/output-json-dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,17 @@
*/

#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"
#include "rust.h"

/* we can do query logging as well, but it's disabled for now as the
* TX id handling doesn't expect it */
Expand Down

0 comments on commit 4dd2d05

Please sign in to comment.