summaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r--gdb/xml-support.c16
1 files changed, 12 insertions, 4 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c
index 2b19a000471..640917c86ab 100644
--- a/gdb/xml-support.c
+++ b/gdb/xml-support.c
@@ -18,12 +18,20 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "gdbcmd.h"
#include "xml-support.h"
-#include "common/filestuff.h"
-#include "safe-ctype.h"
-#include <vector>
+
+/* Standard C++ includes. */
#include <string>
+#include <vector>
+
+/* Local non-gdb includes. */
+#include "safe-ctype.h"
+
+/* Local subdirectory includes. */
+#include "common/filestuff.h"
+
+/* Local includes. */
+#include "gdbcmd.h"
/* Debugging flag. */
static int debug_xml;