X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmonitor.h;h=fe7e1cde45dae4de0eb8c200b14d57f756b711ce;hb=a53c64109656992f866e176b1d99af629f1713d2;hp=4b8c1fe0865618fdb9da1d48c611d0b0821b4490;hpb=2a1b2ba47ff6596864ab38c8d9419e3c1372ef6e;p=YACASL2.git diff --git a/include/monitor.h b/include/monitor.h index 4b8c1fe..fe7e1cd 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -1,14 +1,12 @@ -#ifndef MONITOR_INCLUDE -#define MONITOR_INCLUDE +#ifndef YACASL2_MONITOR_H_INCLUDE +#define YACASL2_MONITOR_H_INCLUDE #include #include #include -#include "hash.h" -#include "cmem.h" -#include "cerr.h" +#include "assemble.h" #include "exec.h" -#include "word.h" +#include "load.h" /** * @brief モニター @@ -137,4 +135,4 @@ void freebps(); */ void monitor(); -#endif /* end of MONITOR_INCLUDE */ +#endif