Commit aa1ba96b by Jonathan Wakely Committed by Jonathan Wakely

Remove unused include from Profile Mode header

	* include/profile/base.h: Remove unused header that leads to header
	cycle in C++17 mode.

From-SVN: r244449
parent a6ab4e07
2017-01-13 Jonathan Wakely <jwakely@redhat.com>
* include/profile/base.h: Remove unused header that leads to header
cycle in C++17 mode.
PR libstdc++/79075
* include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] (basic_string):
Make _If_sv private.
......
......@@ -31,7 +31,6 @@
#ifndef _GLIBCXX_PROFILE_BASE_H
#define _GLIBCXX_PROFILE_BASE_H 1
#include <functional>
#include <profile/impl/profiler.h>
// Profiling mode namespaces.
......
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