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=566230ee21552f56f0377591c4e09b3cd02fef1c;hpb=e8b475a846a6c819b5f7b4afbca67aa072294349;p=YACASL2.git diff --git a/include/monitor.h b/include/monitor.h index 566230e..fe7e1cd 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -1,16 +1,12 @@ -#ifndef MONITOR_INCLUDE -#define MONITOR_INCLUDE +#ifndef YACASL2_MONITOR_H_INCLUDE +#define YACASL2_MONITOR_H_INCLUDE #include #include #include -#include "token.h" #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 モニター @@ -139,4 +135,4 @@ void freebps(); */ void monitor(); -#endif /* end of MONITOR_INCLUDE */ +#endif