summaryrefslogtreecommitdiff
path: root/tools/d2c/rules/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/rules/manager.h')
-rw-r--r--tools/d2c/rules/manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/d2c/rules/manager.h b/tools/d2c/rules/manager.h
index 7f8ef11..88d1d46 100644
--- a/tools/d2c/rules/manager.h
+++ b/tools/d2c/rules/manager.h
@@ -25,7 +25,6 @@
#define _TOOLS_D2C_RULES_MANAGER_H
-#include "../pproc.h"
#include "../args/manager.h"
#include "../bits/manager.h"
#include "../conv/manager.h"
@@ -119,7 +118,7 @@ void register_conditional_rule(decoding_rules *, cond_expr *, const rule_action
bool mark_decoding_rules(const decoding_rules *, const coding_bits *, const conv_list *);
/* Traduit en code les éventuelles règles présentes. */
-bool write_decoding_rules(decoding_rules *, bool, CondActionType, int, const char *, const char *, const coding_bits *, const conv_list *, const pre_processor *, bool *);
+bool write_decoding_rules(decoding_rules *, CondActionType, int, const char *, const coding_bits *, const conv_list *, const char *, bool *);