aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/experimental/__memory
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/experimental/__memory')
-rw-r--r--libcxx/include/experimental/__memory3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/include/experimental/__memory b/libcxx/include/experimental/__memory
index 33027793895d..749cf4c0c657 100644
--- a/libcxx/include/experimental/__memory
+++ b/libcxx/include/experimental/__memory
@@ -10,7 +10,6 @@
#ifndef _LIBCPP_EXPERIMENTAL___MEMORY
#define _LIBCPP_EXPERIMENTAL___MEMORY
-#include <__functional_base>
#include <__memory/allocator_arg_t.h>
#include <__memory/uses_allocator.h>
#include <experimental/__config>
@@ -18,7 +17,7 @@
#include <type_traits>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_LFTS