Don't include gdbarch.h from defs.h
[deliverable/binutils-gdb.git] / gdb / regcache.h
index 8d0c302ac3e559fa133769b8014f3c318d5c2b46..f7d4bc60f65133ff0c735b847f1b26cb15c31a62 100644 (file)
 #define REGCACHE_H
 
 #include "gdbsupport/common-regcache.h"
+#include "gdbsupport/function-view.h"
 #include <forward_list>
 
 struct regcache;
 struct regset;
 struct gdbarch;
 struct address_space;
+class thread_info;
 
 extern struct regcache *get_current_regcache (void);
 extern struct regcache *get_thread_regcache (ptid_t ptid);
This page took 0.023455 seconds and 4 git commands to generate.