summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/fpos.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/fpos.h')
-rw-r--r--libstdc++-v3/include/bits/fpos.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/fpos.h b/libstdc++-v3/include/bits/fpos.h
index 119fbe7f528..3cb3e4b51a2 100644
--- a/libstdc++-v3/include/bits/fpos.h
+++ b/libstdc++-v3/include/bits/fpos.h
@@ -42,7 +42,7 @@
#pragma GCC system_header
#include <bits/c++io.h>
-#include <bits/std_cwchar.h> // For mbstate_t.
+#include <cwchar> // For mbstate_t.
namespace std
{
@@ -121,6 +121,3 @@ namespace std
} // namespace std
#endif
-
-
-