Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index 443c3b06dac8986e5b07774d053eb75b2d92dc25..f6e7e538679471284f577bc47a9c7493618fbe9e 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "gdb_obstack.h"
-#include "symtab.h"
-#include "gdbtypes.h"
-#include "expression.h"
-#include "value.h"
-#include "command.h"
-#include "gdbcmd.h"
-#include "demangle.h"
+
+/* Local non-gdb includes.  */
 #include "annotate.h"
 #include "c-lang.h"
-#include "target.h"
+#include "command.h"
+#include "common/byte-vector.h"
 #include "cp-abi.h"
-#include "valprint.h"
 #include "cp-support.h"
-#include "language.h"
+#include "demangle.h"
+#include "expression.h"
 #include "extension.h"
+#include "gdb_obstack.h"
+#include "gdbcmd.h"
+#include "gdbtypes.h"
+#include "language.h"
+#include "symtab.h"
+#include "target.h"
 #include "typeprint.h"
-#include "common/byte-vector.h"
+#include "valprint.h"
+#include "value.h"
 
 /* Controls printing of vtbl's.  */
 static void
This page took 0.025763 seconds and 4 git commands to generate.