Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / ctf.c
index 7a95df781524eab179888b99ab06a5ea18be5de4..6796931edf37fcfd881db676a081406be3b8172c 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"
-#include "ctf.h"
-#include "tracepoint.h"
-#include "regcache.h"
+
+/* Standard C includes.  */
+#include <ctype.h>
 #include <sys/stat.h>
-#include "exec.h"
+
+/* Standard C++ includes.  */
+#include <algorithm>
+
+/* Local non-gdb includes.  */
+#include "common/filestuff.h"
 #include "completer.h"
-#include "inferior.h"
+#include "ctf.h"
+#include "exec.h"
 #include "gdbthread.h"
+#include "inferior.h"
+#include "regcache.h"
 #include "tracefile.h"
-#include <ctype.h>
-#include <algorithm>
-#include "common/filestuff.h"
+#include "tracepoint.h"
 
 /* The CTF target.  */
 
This page took 0.025444 seconds and 4 git commands to generate.