aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-abi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r--gdb/cp-abi.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c
index 07db7ef..b858b19 100644
--- a/gdb/cp-abi.c
+++ b/gdb/cp-abi.c
@@ -18,14 +18,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Local non-gdb includes. */
-#include "command.h"
+#include "value.h"
#include "cp-abi.h"
+#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 };