Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbreplay.c
index f4fd5686ef7f98e55c4a43383ba7c43ff0eb6e67..325291479391adc78d5f47f5c651dcad2340bbc0 100644 (file)
@@ -17,8 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "common/common-defs.h"
-#include "common/version.h"
+#include "gdbsupport/common-defs.h"
+#include "gdbsupport/version.h"
 
 #if HAVE_SYS_FILE_H
 #include <sys/file.h>
@@ -48,8 +48,8 @@
 #include <ws2tcpip.h>
 #endif
 
-#include "common/netstuff.h"
-#include "common/rsp-low.h"
+#include "gdbsupport/netstuff.h"
+#include "gdbsupport/rsp-low.h"
 
 #ifndef HAVE_SOCKLEN_T
 typedef int socklen_t;
This page took 0.05124 seconds and 4 git commands to generate.