Fix crash in dwarf2read.c with template parameters
[deliverable/binutils-gdb.git] / gdb / namespace.h
index 6804582110260249dc5780a150da3575ceb23fdb..2d395804961ba86722d296ad4f8b8f7a4dda7fcd 100644 (file)
@@ -1,5 +1,5 @@
 /* Code dealing with "using" directives for GDB.
-   Copyright (C) 2003-2017 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,8 +19,8 @@
 #ifndef NAMESPACE_H
 #define NAMESPACE_H
 
-#include "vec.h"
-#include "gdb_vecs.h"
+#include "common/vec.h"
+#include "common/gdb_vecs.h"
 #include "gdb_obstack.h"
 
 /* This struct is designed to store data from using directives.  It
This page took 0.023115 seconds and 4 git commands to generate.