依存関係を整理
[YACASL2.git] / src / token.c
index 02e304d..3972d51 100644 (file)
@@ -1,6 +1,13 @@
-#include "casl2.h"
+#include <stdio.h>
+#include <string.h>
+#include "cerr.h"
+#include "cmem.h"
 #include "assemble.h"
 
 #include "assemble.h"
 
+#ifndef UNITTEST
+static OPD *opdtok(const char *str);
+#endif
+
 /* 「,」区切りの文字列から、オペランドのトークンを取得 */
 OPD *opdtok(const char *str)
 {
 /* 「,」区切りの文字列から、オペランドのトークンを取得 */
 OPD *opdtok(const char *str)
 {