diff options
Diffstat (limited to 'gdb/break-catch-syscall.c')
-rw-r--r-- | gdb/break-catch-syscall.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gdb/break-catch-syscall.c b/gdb/break-catch-syscall.c index 1d02e9b..6a911fb 100644 --- a/gdb/break-catch-syscall.c +++ b/gdb/break-catch-syscall.c @@ -18,20 +18,16 @@ 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. |