summaryrefslogtreecommitdiff
path: root/filter/f-inst.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-02-11 16:44:14 +0100
committerMaria Matejka <mq@ucw.cz>2019-02-20 22:30:54 +0100
commit87bd7cd7b03f24c9d7c37a2a060ef553f26ead29 (patch)
tree39963e57b8658da46bfc678e3c004701b7b86005 /filter/f-inst.h
parent75206f266f8534367b88401be463953b7d5dc770 (diff)
Filter: split the constructors to a separate file
Diffstat (limited to 'filter/f-inst.h')
-rw-r--r--filter/f-inst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-inst.h b/filter/f-inst.h
index 1423e685..ad994857 100644
--- a/filter/f-inst.h
+++ b/filter/f-inst.h
@@ -16,7 +16,7 @@
#include "filter/data.h"
/* Include generated filter instruction declarations */
-#include "filter/f-inst-decl.h"
+#include "filter/inst-gen.h"
#define f_new_inst(...) MACRO_CONCAT_AFTER(f_new_inst_, MACRO_FIRST(__VA_ARGS__))(__VA_ARGS__)