summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbtypes.c')
-rw-r--r--gdb/gdbtypes.c28
1 files changed, 16 insertions, 12 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c
index b1a51374d96..21adc87567a 100644
--- a/gdb/gdbtypes.c
+++ b/gdb/gdbtypes.c
@@ -20,25 +20,29 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "bfd.h"
-#include "symtab.h"
-#include "symfile.h"
-#include "objfiles.h"
#include "gdbtypes.h"
-#include "expression.h"
-#include "language.h"
-#include "target.h"
-#include "value.h"
+
+/* Local non-gdb includes. */
+#include "bfd.h"
#include "demangle.h"
+#include "floatformat.h"
+#include "hashtab.h"
+
+/* Local includes. */
+#include "bcache.h"
#include "complaints.h"
-#include "gdbcmd.h"
#include "cp-abi.h"
-#include "hashtab.h"
#include "cp-support.h"
-#include "bcache.h"
#include "dwarf2loc.h"
+#include "expression.h"
+#include "gdbcmd.h"
#include "gdbcore.h"
-#include "floatformat.h"
+#include "language.h"
+#include "objfiles.h"
+#include "symfile.h"
+#include "symtab.h"
+#include "target.h"
+#include "value.h"
/* Initialize BADNESS constants. */