summaryrefslogtreecommitdiffstats
path: root/atf-c++/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'atf-c++/utils.cpp')
-rw-r--r--atf-c++/utils.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/atf-c++/utils.cpp b/atf-c++/utils.cpp
index cc338bb..a6ab08f 100644
--- a/atf-c++/utils.cpp
+++ b/atf-c++/utils.cpp
@@ -1,6 +1,3 @@
-//
-// Automated Testing Framework (atf)
-//
// Copyright (c) 2007 The NetBSD Foundation, Inc.
// All rights reserved.
//
@@ -25,7 +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++/utils.hpp"
extern "C" {
#include "atf-c/utils.h"
@@ -34,8 +32,6 @@ extern "C" {
#include <cstdlib>
#include <iostream>
-#include "utils.hpp"
-
void
atf::utils::cat_file(const std::string& path, const std::string& prefix)
{
OpenPOWER on IntegriCloud