summaryrefslogtreecommitdiff
path: root/gdb/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/serial.c')
-rw-r--r--gdb/serial.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/gdb/serial.c b/gdb/serial.c
index bc8d910a5a5..31ece805189 100644
--- a/gdb/serial.c
+++ b/gdb/serial.c
@@ -18,11 +18,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include <ctype.h>
#include "serial.h"
-#include "gdbcmd.h"
+
+/* Standard C includes. */
+#include <ctype.h>
+
+/* Local subdirectory includes. */
#include "cli/cli-utils.h"
+/* Local includes. */
+#include "gdbcmd.h"
+
/* Is serial being debugged? */
static unsigned int global_serial_debug_p;