Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / unittests / function-view-selftests.c
index 6f8c9be315b2907780715c776f8d1cc14e045246..f0d58d8778bad3dd3b33ac355a4e4493dff80e9c 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for function_view for GDB, the GNU debugger.
 
-   Copyright (C) 2017-2018 Free Software Foundation, Inc.
+   Copyright (C) 2017-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,8 +18,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "selftest.h"
-#include "common/function-view.h"
+#include "gdbsupport/selftest.h"
+#include "gdbsupport/function-view.h"
 
 namespace selftests {
 namespace function_view {
This page took 0.025884 seconds and 4 git commands to generate.