Val: eliminate the "RE.h" include

This commit is contained in:
Max Kellermann 2020-02-11 11:08:56 +01:00
parent e98cf0a4a0
commit c78fa4bcf9
4 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,7 @@
#include "BroString.h"
#include "Dict.h"
#include "Val.h"
#include "RE.h"
#include "Reporter.h"
#include "Func.h"