diff --git a/test/endian_in_union_test.cpp b/test/endian_in_union_test.cpp index 061f3e3..5675687 100644 --- a/test/endian_in_union_test.cpp +++ b/test/endian_in_union_test.cpp @@ -14,8 +14,6 @@ #include #include -#include -#include using namespace boost::endian; @@ -78,9 +76,6 @@ union U U foo; -int cpp_main(int, char * []) +int main() { - - return 0; } -