summaryrefslogtreecommitdiff
path: root/boost/align/detail/aligned_alloc_android.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/align/detail/aligned_alloc_android.hpp')
-rw-r--r--boost/align/detail/aligned_alloc_android.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/boost/align/detail/aligned_alloc_android.hpp b/boost/align/detail/aligned_alloc_android.hpp
index 2381d8be9c..0ed28a45eb 100644
--- a/boost/align/detail/aligned_alloc_android.hpp
+++ b/boost/align/detail/aligned_alloc_android.hpp
@@ -9,10 +9,8 @@ http://boost.org/LICENSE_1_0.txt
#ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_ANDROID_HPP
#define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_ANDROID_HPP
-#include <boost/assert.hpp>
-#include <boost/config.hpp>
#include <boost/align/detail/is_alignment.hpp>
-#include <cstddef>
+#include <boost/assert.hpp>
#include <malloc.h>
namespace boost {