diff options
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r-- | gdb/cp-abi.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index b858b190668..925952db15c 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -18,11 +18,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "value.h" #include "cp-abi.h" + +/* Local includes. */ #include "command.h" #include "gdbcmd.h" #include "ui-out.h" +#include "value.h" + static struct cp_abi_ops *find_cp_abi (const char *short_name); static struct cp_abi_ops current_cp_abi = { "", NULL }; |