Split <functional> into smaller pieces
[gcc.git] / libstdc++-v3 / include / std / regex
index b003868ef685c4163748bfeff432f57962122130..f5728245eb869ad02033689ef60d3b23172e56cf 100644 (file)
@@ -37,7 +37,6 @@
 
 #include <algorithm>
 #include <bitset>
-#include <functional>
 #ifdef _GLIBCXX_DEBUG
 # include <iosfwd>
 #endif
@@ -54,6 +53,7 @@
 #include <cstring>
 
 #include <ext/aligned_buffer.h>
+#include <bits/std_function.h>
 #include <bits/regex_constants.h>
 #include <bits/regex_error.h>
 #include <bits/regex_automaton.h>