Don't include gdbarch.h from defs.h
[deliverable/binutils-gdb.git] / gdb / arch-utils.h
index 7db358f0f5ab7caee40025a9e3b30e1201bb1c6c..588e7c07624618652f43fe817b43d85948ed2b0c 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef GDBARCH_UTILS_H
-#define GDBARCH_UTILS_H
+#ifndef ARCH_UTILS_H
+#define ARCH_UTILS_H
+
+#include "gdbarch.h"
 
-struct gdbarch;
 struct frame_info;
 struct minimal_symbol;
 struct type;
@@ -271,4 +272,4 @@ extern bool default_in_indirect_branch_thunk (gdbarch *gdbarch,
 extern ULONGEST default_type_align (struct gdbarch *gdbarch,
                                    struct type *type);
 
-#endif
+#endif /* ARCH_UTILS_H */
This page took 0.03406 seconds and 4 git commands to generate.