From b3fd985101f74af785b7fdc64ac3624bcaef392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 23 Jan 2023 14:01:53 +0100 Subject: [PATCH] Boost.Config is not needed --- include/boost/container/detail/placement_new.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/container/detail/placement_new.hpp b/include/boost/container/detail/placement_new.hpp index 73db6c1..6d7ead8 100644 --- a/include/boost/container/detail/placement_new.hpp +++ b/include/boost/container/detail/placement_new.hpp @@ -10,14 +10,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#ifndef BOOST_CONFIG_HPP -# include -#endif - -#if defined(BOOST_HAS_PRAGMA_ONCE) -# pragma once -#endif - #include struct boost_container_new_t{};