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