Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / record.h
index 03f96e8ab78e540b4649687dec083e2f59b291c9..a1641abd6e873a086b784f70443bd1fac2b2367a 100644 (file)
@@ -21,8 +21,9 @@
 #define RECORD_H
 
 #include "target/waitstatus.h" /* For enum target_stop_reason.  */
-#include "common/enum-flags.h"
+#include "gdbsupport/enum-flags.h"
 
+struct address_space;
 struct cmd_list_element;
 struct inferior;
 
This page took 0.039442 seconds and 4 git commands to generate.