summaryrefslogtreecommitdiff
path: root/gdb/ser-mingw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ser-mingw.c')
-rw-r--r--gdb/ser-mingw.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/gdb/ser-mingw.c b/gdb/ser-mingw.c
index 0bf791bb3ec..a9e20aa4834 100644
--- a/gdb/ser-mingw.c
+++ b/gdb/ser-mingw.c
@@ -18,18 +18,19 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "serial.h"
-#include "ser-base.h"
-#include "ser-tcp.h"
-#include <windows.h>
+/* Standard C includes. */
#include <conio.h>
-
#include <fcntl.h>
-#include <unistd.h>
#include <sys/types.h>
+#include <unistd.h>
+#include <windows.h>
+/* Local includes. */
#include "command.h"
+#include "ser-base.h"
+#include "ser-tcp.h"
+#include "serial.h"
struct ser_windows_state
{