Fix big-endian aggregate assignment in Ada
[deliverable/binutils-gdb.git] / gdb / break-catch-syscall.c
index 1d02e9b7b3ad74992e0ee3f38e22b3c9ee37fc37..6a911fbc2a3aa470adbe3ab25b633c670d79778b 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Standard C includes.  */
 #include <ctype.h>
-
-/* Local non-gdb includes.  */
-#include "annotate.h"
-#include "arch-utils.h"
 #include "breakpoint.h"
-#include "cli/cli-utils.h"
 #include "gdbcmd.h"
 #include "inferior.h"
+#include "cli/cli-utils.h"
+#include "annotate.h"
 #include "mi/mi-common.h"
-#include "observable.h"
 #include "valprint.h"
+#include "arch-utils.h"
+#include "observable.h"
 #include "xml-syscall.h"
 
 /* An instance of this type is used to represent a syscall catchpoint.
This page took 0.023954 seconds and 4 git commands to generate.