Move mi_interpreter to mi-interp.h
authorTom Tromey <tromey@adacore.com>
Fri, 17 Jun 2022 15:38:20 +0000 (09:38 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 22 Jun 2022 19:28:55 +0000 (13:28 -0600)
commitee04bfc01e51faae3fb64f6582f0e207d3ad898d
tree6b422bd277877fc67673b9cdbe97020c590c6ab4
parent3af607d998587de460b9e29996b1d43fa40a76b0
Move mi_interpreter to mi-interp.h

I noticed that touching interps.h caused a lot of recompilation.  I
tracked this down to mi-common.h including this file.  This patch
moves the MI interpreter to mi-interp.h, which cuts down on
recompilation when modifying interps.h.
gdb/mi/mi-common.h
gdb/mi/mi-interp.h
gdb/mi/mi-main.c