summaryrefslogtreecommitdiff
path: root/filter/f-util.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-02-07 21:25:38 +0100
committerMaria Matejka <mq@ucw.cz>2019-02-20 22:30:54 +0100
commit8bdb05edb2b4e1d2989ed98d67992047ad69443c (patch)
tree1f5196afb9afe9df5757dbfd082478812813e807 /filter/f-util.c
parentc1e97169cd96ce39337e75cfdf6882b180341f09 (diff)
Filters: split the large filter.h file to smaller files.
This should be revised, there are still ugly things in the filter API.
Diffstat (limited to 'filter/f-util.c')
-rw-r--r--filter/f-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-util.c b/filter/f-util.c
index e94331b6..eb948fa0 100644
--- a/filter/f-util.c
+++ b/filter/f-util.c
@@ -10,7 +10,7 @@
#include "nest/bird.h"
#include "conf/conf.h"
#include "filter/filter.h"
-#include "filter/f-inst-struct.h"
+#include "filter/f-inst.h"
#include "lib/idm.h"
#include "nest/protocol.h"
#include "nest/route.h"