ヘッダーファイルの整理
[YACASL2.git] / include / monitor.h
index 9a83f88..fe7e1cd 100644 (file)
@@ -1,14 +1,12 @@
-#ifndef MONITOR_INCLUDE
-#define MONITOR_INCLUDE
+#ifndef YACASL2_MONITOR_H_INCLUDE
+#define YACASL2_MONITOR_H_INCLUDE
 
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>
-#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