output/lua: remove unnecessary detect.h include

output-lua.c contained an include of detect.h.

Since we don't (and shouldn't) call any functions from detect.c in output-lua.c
and such coupling is generally unwanted this patch removes that include.
pull/3272/head
Richard Sailer 8 years ago committed by Victor Julien
parent b69acaadf5
commit 7910b6689e

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "debug.h"
#include "detect.h"
#include "pkt-var.h"
#include "conf.h"

Loading…
Cancel
Save