summaryrefslogtreecommitdiff
path: root/tools/d2c/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/spec.h')
-rw-r--r--tools/d2c/spec.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/d2c/spec.h b/tools/d2c/spec.h
index 39bfdb7..e09aa49 100644
--- a/tools/d2c/spec.h
+++ b/tools/d2c/spec.h
@@ -21,19 +21,19 @@
*/
-#ifndef _TOOLS_SPEC_H
-#define _TOOLS_SPEC_H
+#ifndef _TOOLS_D2C_SPEC_H
+#define _TOOLS_D2C_SPEC_H
#include <stdbool.h>
-#include "bits.h"
-#include "conv.h"
-#include "hooks.h"
#include "pproc.h"
-#include "rules.h"
-#include "syntax.h"
+#include "bits/manager.h"
+#include "conv/manager.h"
+#include "hooks/manager.h"
+#include "rules/manager.h"
+#include "syntax/manager.h"
@@ -73,4 +73,4 @@ bool write_encoding_spec_disass(const encoding_spec *, int, const char *, const
-#endif /* _TOOLS_SPEC_H */
+#endif /* _TOOLS_D2C_SPEC_H */