Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / unittests / environ-selftests.c
index f7709016a8be5d73f3f3618b2a35a4a0f7791db1..c499f01cfae82c16abbc80e6e9c75b81cc2ec757 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for gdb_environ for GDB, the GNU debugger.
 
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,9 +18,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "selftest.h"
-#include "common/environ.h"
-#include "common/diagnostics.h"
+#include "gdbsupport/selftest.h"
+#include "gdbsupport/environ.h"
+#include "diagnostics.h"
 
 static const char gdb_selftest_env_var[] = "GDB_SELFTEST_ENVIRON";
 
This page took 0.024545 seconds and 4 git commands to generate.