Commit b0e01682 by Jonathan Wakely Committed by Jonathan Wakely

Remove unused headers from tests

	* testsuite/27_io/filesystem/path/decompose/extension.cc: Remove
	unused <vector> header.
	* testsuite/27_io/filesystem/path/query/empty.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/has_extension.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/has_filename.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/has_parent_path.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/has_relative_path.cc:
	Likewise.
	* testsuite/27_io/filesystem/path/query/has_root_directory.cc:
	Likewise.
	* testsuite/27_io/filesystem/path/query/has_root_name.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/has_root_path.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/has_stem.cc: Likewise.
	* testsuite/27_io/filesystem/path/query/is_relative.cc: Likewise.
	* testsuite/experimental/filesystem/path/decompose/extension.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/empty.cc: Likewise.
	* testsuite/experimental/filesystem/path/query/has_extension.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_filename.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_parent_path.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_relative_path.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_root_directory.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_root_name.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_root_path.cc:
	Likewise.
	* testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise.
	* testsuite/experimental/filesystem/path/query/is_relative.cc:
	Likewise.

From-SVN: r260256
parent 6cda876d
2018-05-15 Jonathan Wakely <jwakely@redhat.com>
* testsuite/27_io/filesystem/path/decompose/extension.cc: Remove
unused <vector> header.
* testsuite/27_io/filesystem/path/query/empty.cc: Likewise.
* testsuite/27_io/filesystem/path/query/has_extension.cc: Likewise.
* testsuite/27_io/filesystem/path/query/has_filename.cc: Likewise.
* testsuite/27_io/filesystem/path/query/has_parent_path.cc: Likewise.
* testsuite/27_io/filesystem/path/query/has_relative_path.cc:
Likewise.
* testsuite/27_io/filesystem/path/query/has_root_directory.cc:
Likewise.
* testsuite/27_io/filesystem/path/query/has_root_name.cc: Likewise.
* testsuite/27_io/filesystem/path/query/has_root_path.cc: Likewise.
* testsuite/27_io/filesystem/path/query/has_stem.cc: Likewise.
* testsuite/27_io/filesystem/path/query/is_relative.cc: Likewise.
* testsuite/experimental/filesystem/path/decompose/extension.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/empty.cc: Likewise.
* testsuite/experimental/filesystem/path/query/has_extension.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_filename.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_parent_path.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_relative_path.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_root_directory.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_root_name.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_root_path.cc:
Likewise.
* testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise.
* testsuite/experimental/filesystem/path/query/is_relative.cc:
Likewise.
PR libstdc++/84159
* include/bits/fs_path.h (path::operator/=, path::append): Construct
temporary path before calling _M_append.
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
......@@ -22,7 +22,6 @@
// 8.4.9 path decomposition [path.decompose]
#include <experimental/filesystem>
#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_fs.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment