Update gdb.base/default.exp for GDB 10
[deliverable/binutils-gdb.git] / gdb / memrange.h
index fb10cda2b7c80bd139ece3a0e6a2641ff7b976c9..4f84e20cd73061809095c74de113731d153397a7 100644 (file)
@@ -1,6 +1,6 @@
 /* The memory range data structure, and associated utilities.
 
-   Copyright (C) 2010-2017 Free Software Foundation, Inc.
+   Copyright (C) 2010-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,8 +20,6 @@
 #ifndef MEMRANGE_H
 #define MEMRANGE_H
 
-#include "vec.h"
-
 /* Defines a [START, START + LENGTH) memory range.  */
 
 struct mem_range
This page took 0.024603 seconds and 4 git commands to generate.