mirror of
https://github.com/boostorg/compat.git
synced 2026-01-19 04:02:16 +00:00
Remove unnecessary includes
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <boost/compat/invoke.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/config/workaround.hpp>
|
||||
#include <functional>
|
||||
|
||||
#define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
|
||||
#define BOOST_TEST_EQ(x, y) STATIC_ASSERT((x) == (y))
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <boost/compat/invoke.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/config/workaround.hpp>
|
||||
#include <functional>
|
||||
|
||||
#define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
|
||||
#define BOOST_TEST_EQ(x, y) STATIC_ASSERT((x) == (y))
|
||||
|
||||
Reference in New Issue
Block a user