diff options
Diffstat (limited to 'atf-c++/macros_hpp_test.cpp')
-rw-r--r-- | atf-c++/macros_hpp_test.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/atf-c++/macros_hpp_test.cpp b/atf-c++/macros_hpp_test.cpp index 2cb7536..0bc27c6 100644 --- a/atf-c++/macros_hpp_test.cpp +++ b/atf-c++/macros_hpp_test.cpp @@ -1,6 +1,3 @@ -// -// Automated Testing Framework (atf) -// // Copyright (c) 2008 The NetBSD Foundation, Inc. // All rights reserved. // @@ -25,12 +22,11 @@ // IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// - -#include <stdexcept> #include <atf-c++/macros.hpp> +#include <stdexcept> + void atf_check_errno_semicolons(void) { |