]> git.ipfire.org Git - thirdparty/suricata.git/commit
output/lua: remove unnecessary detect.h include
authorRichard Sailer <richard_siegfried@systemli.org>
Thu, 22 Feb 2018 00:27:59 +0000 (01:27 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Mar 2018 08:22:37 +0000 (09:22 +0100)
commit7910b6689e80a1b2ad43b611807ecaf32a6d05be
tree4652f1670b7f5974696ec26913457c54023f684e
parentb69acaadf5a24f594153c28ee6fc8fb6d793f9eb
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.
src/output-lua.c