Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / c-typeprint.c
index 6690ca53bcdac5e656eff63c37a54d6be0b283b0..f8e02c279630b0e3866d28fb1c3720a388810c5f 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "gdb_obstack.h"
-#include "bfd.h"               /* Binary File Description.  */
-#include "symtab.h"
-#include "gdbtypes.h"
-#include "expression.h"
-#include "value.h"
-#include "gdbcore.h"
-#include "target.h"
-#include "language.h"
-#include "demangle.h"
+
+/* Local non-gdb includes.  */
+#include "bfd.h"
 #include "c-lang.h"
 #include "cli/cli-style.h"
-#include "typeprint.h"
 #include "cp-abi.h"
 #include "cp-support.h"
+#include "demangle.h"
+#include "expression.h"
+#include "gdb_obstack.h"
+#include "gdbcore.h"
+#include "gdbtypes.h"
+#include "language.h"
+#include "symtab.h"
+#include "target.h"
+#include "typeprint.h"
+#include "value.h"
 
 /* A list of access specifiers used for printing.  */
 
This page took 0.029985 seconds and 4 git commands to generate.