summaryrefslogtreecommitdiff
path: root/tools/d2c/qckcall.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-28 23:32:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-28 23:32:25 (GMT)
commit16e0fd9d89ef433848678dfc8dd20426844a2868 (patch)
tree79075ae02c133cea21ffb555b1086aae833b3aac /tools/d2c/qckcall.h
parent66c99d59d6a6d533de0bb65488de8243213bcdea (diff)
Cleaned, rewritten and improved the whole code of the compiler.
Diffstat (limited to 'tools/d2c/qckcall.h')
-rw-r--r--tools/d2c/qckcall.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/d2c/qckcall.h b/tools/d2c/qckcall.h
index 42aa3db..2d16048 100644
--- a/tools/d2c/qckcall.h
+++ b/tools/d2c/qckcall.h
@@ -21,18 +21,17 @@
*/
-#ifndef _TOOLS_QCKCALL_H
-#define _TOOLS_QCKCALL_H
+#ifndef _TOOLS_D2C_QCKCALL_H
+#define _TOOLS_D2C_QCKCALL_H
#include <stdbool.h>
-
-#include "args.h"
-#include "conv.h"
-#include "bits.h"
#include "pproc.h"
+#include "args/manager.h"
+#include "bits/manager.h"
+#include "conv/manager.h"
@@ -44,4 +43,4 @@ bool checked_call_instr_func(const char *, const arg_list_t *, int, const coding
-#endif /* _TOOLS_QCKCALL_H */
+#endif /* _TOOLS_D2C_QCKCALL_H */