X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmonitor.h;h=fe7e1cde45dae4de0eb8c200b14d57f756b711ce;hb=7afcf780cbc7d4f2834b9ca42cca1b3754621960;hp=9a83f88b615c16701408ed02fd5ab5cbe1f7f277;hpb=15a07be760d84746bbace2d70326cd939f4568fd;p=YACASL2.git diff --git a/include/monitor.h b/include/monitor.h index 9a83f88..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 "disassemble.h" -#include "word.h" +#include "assemble.h" +#include "exec.h" +#include "load.h" /** * @brief モニター @@ -137,4 +135,4 @@ void freebps(); */ void monitor(); -#endif /* end of MONITOR_INCLUDE */ +#endif