gdb: Handle missing domain types in: maintenance print psymbols
[external/binutils.git] / gdb / ctf.c
index 6796931..b3c3f0d 100644 (file)
--- a/gdb/ctf.c
+++ b/gdb/ctf.c
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Standard C includes.  */
-#include <ctype.h>
-#include <sys/stat.h>
-
-/* Standard C++ includes.  */
-#include <algorithm>
-
-/* Local non-gdb includes.  */
-#include "common/filestuff.h"
-#include "completer.h"
 #include "ctf.h"
+#include "tracepoint.h"
+#include "regcache.h"
+#include <sys/stat.h>
 #include "exec.h"
-#include "gdbthread.h"
+#include "completer.h"
 #include "inferior.h"
-#include "regcache.h"
+#include "gdbthread.h"
 #include "tracefile.h"
-#include "tracepoint.h"
+#include <ctype.h>
+#include <algorithm>
+#include "gdbsupport/filestuff.h"
+#include "gdbarch.h"
 
 /* The CTF target.  */