YACASL2の依存関係を整理
[YACASL2.git] / src / dumpword.c
index dd49cd5..7e7d00a 100644 (file)
@@ -1,6 +1,8 @@
-#include "casl2.h"
 #define _GNU_SOURCE
 #include <getopt.h>
+#include "word.h"
+#include "cerr.h"
+#include "cmem.h"
 
 static struct option longopts[] = {
     { "arithmetic", no_argument, NULL, 'a' },