*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ser-base.c
index 2b56e8ed116bc962ca311ca18aec3e2c4c9f9288..9669545c4dcd2dae4fb8c77cb4245f784ae1d396 100644 (file)
 
 #include "defs.h"
 #include "serial.h"
-#include "ser-unix.h"
+#include "ser-base.h"
 #include "event-loop.h"
+
+#include "gdb_string.h"
 #include <sys/time.h>
 #ifdef USE_WIN32API
 #include <winsock2.h>
 #endif
 
-#include "gdb_string.h"
 
 static timer_handler_func push_event;
 static handler_func fd_event;
This page took 0.023064 seconds and 4 git commands to generate.