gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / memrange.h
index d751d3cf230f7aef0b47a970b16124fe5e8017c4..a8d4092b46ce20360a72637030b6786370ea0a46 100644 (file)
@@ -1,6 +1,6 @@
 /* The memory range data structure, and associated utilities.
 
-   Copyright (C) 2010-2019 Free Software Foundation, Inc.
+   Copyright (C) 2010-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,8 +20,6 @@
 #ifndef MEMRANGE_H
 #define MEMRANGE_H
 
-#include "common/vec.h"
-
 /* Defines a [START, START + LENGTH) memory range.  */
 
 struct mem_range
This page took 0.025043 seconds and 4 git commands to generate.