zeek/testing/btest/plugins
Max Kellermann 0db61f3094 include cleanup
The Zeek code base has very inconsistent #includes.  Many sources
included a few headers, and those headers included other headers, and
in the end, nearly everything is included everywhere, so missing
#includes were never noticed.  Another side effect was a lot of header
bloat which slows down the build.

First step to fix it: in each source file, its own header should be
included first to verify that each header's includes are correct, and
none is missing.

After adding the missing #includes, I replaced lots of #includes
inside headers with class forward declarations.  In most headers,
object pointers are never referenced, so declaring the function
prototypes with forward-declared classes is just fine.

This patch speeds up the build by 19%, because each compilation unit
gets smaller.  Here are the "time" numbers for a fresh build (with a
warm page cache but without ccache):

Before this patch:

 3144.94user 161.63system 3:02.87elapsed 1808%CPU (0avgtext+0avgdata 2168608maxresident)k
 760inputs+12008400outputs (1511major+57747204minor)pagefaults 0swaps

After this patch:

 2565.17user 141.83system 2:25.46elapsed 1860%CPU (0avgtext+0avgdata 1489076maxresident)k
 72576inputs+9130920outputs (1667major+49400430minor)pagefaults 0swaps
2020-02-04 20:51:02 +01:00
..
file-plugin include cleanup 2020-02-04 20:51:02 +01:00
hooks-plugin include cleanup 2020-02-04 20:51:02 +01:00
logging-hooks-plugin include cleanup 2020-02-04 20:51:02 +01:00
pktdumper-plugin include cleanup 2020-02-04 20:51:02 +01:00
pktsrc-plugin include cleanup 2020-02-04 20:51:02 +01:00
plugin-nopatchversion-plugin Bro plugins should support a patch version (x.y.z) 2018-09-30 20:30:22 -04:00
plugin-withpatchversion-plugin Bro plugins should support a patch version (x.y.z) 2018-09-30 20:30:22 -04:00
protocol-plugin include cleanup 2020-02-04 20:51:02 +01:00
reader-plugin Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
reporter-hook-plugin include cleanup 2020-02-04 20:51:02 +01:00
writer-plugin include cleanup 2020-02-04 20:51:02 +01:00
bifs-and-scripts-install.sh Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
bifs-and-scripts.sh Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
file.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
hooks.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
init-plugin.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
logging-hooks.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
pktdumper.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
pktsrc.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
plugin-nopatchversion.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
plugin-withpatchversion.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
protocol.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
reader.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00
reporter-hook.zeek Extend ASAN_OPTIONS in btests instead of overwrite 2020-01-08 21:04:18 -08:00
writer.zeek Update plugin unit tests to use --zeek-dist 2019-06-06 20:02:47 -07:00