]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ser-tcp.c
Normalize includes to use common/
[thirdparty/binutils-gdb.git] / gdb / ser-tcp.c
index d3e1b40681a2f900042f94937a5261286ee22e2f..f484e59f196600a5bbff8c62ef781d17a13a4986 100644 (file)
@@ -24,8 +24,8 @@
 #include "gdbcmd.h"
 #include "cli/cli-decode.h"
 #include "cli/cli-setshow.h"
-#include "filestuff.h"
-#include "netstuff.h"
+#include "common/filestuff.h"
+#include "common/netstuff.h"
 
 #include <sys/types.h>
 
@@ -36,7 +36,7 @@
 #include <sys/ioctl.h>  /* For FIONBIO.  */
 #endif
 
-#include "gdb_sys_time.h"
+#include "common/gdb_sys_time.h"
 
 #ifdef USE_WIN32API
 #include <winsock2.h>