Skip to content

Commit

Permalink
log-tlslog: remove unneeded includes
Browse files Browse the repository at this point in the history
Ticket: OISF#7227
  • Loading branch information
jasonish authored and Corey Thomas committed Sep 3, 2024
1 parent 104b486 commit bce0646
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/log-tlslog.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,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 "output.h"
#include "log-tlslog.h"
#include "app-layer-ssl.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "util-privs.h"
#include "util-buffer.h"

#include "util-logopenfile.h"
Expand Down

0 comments on commit bce0646

Please sign in to comment.