aboutsummaryrefslogtreecommitdiff
path: root/atf-c++/unused_test.cpp
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-10-30 17:14:07 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-10-30 17:14:07 +0000
commit94d25974a7773307f930a633881744ad9d6d2777 (patch)
treead1d74d2ba71e1c54c3276bb7c67e257831ec21f /atf-c++/unused_test.cpp
parent9b3afb9f3c00ca9da97167e29f437bdd3036da1a (diff)
Diffstat (limited to 'atf-c++/unused_test.cpp')
-rw-r--r--atf-c++/unused_test.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/atf-c++/unused_test.cpp b/atf-c++/unused_test.cpp
index 2a18a455a7e2..1a577e14be19 100644
--- a/atf-c++/unused_test.cpp
+++ b/atf-c++/unused_test.cpp
@@ -1,6 +1,3 @@
-//
-// Automated Testing Framework (atf)
-//
// Copyright (c) 2012 The NetBSD Foundation, Inc.
// All rights reserved.
//
@@ -25,9 +22,8 @@
// 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 <atf-c++/macros.hpp>
+#include <atf-c++.hpp>
ATF_TEST_CASE(this_is_used);
ATF_TEST_CASE_HEAD(this_is_used)