aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/mips-linux-watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/mips-linux-watch.c')
-rw-r--r--gdb/nat/mips-linux-watch.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/nat/mips-linux-watch.c b/gdb/nat/mips-linux-watch.c
index ea6e02d..afa3d78 100644
--- a/gdb/nat/mips-linux-watch.c
+++ b/gdb/nat/mips-linux-watch.c
@@ -15,11 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifdef GDBSERVER
-#include "server.h"
-#else
-#include "defs.h"
-#endif
+#include "common-defs.h"
#include <sys/ptrace.h>
#include "mips-linux-watch.h"