aboutsummaryrefslogtreecommitdiff
path: root/atf-c++/detail/fs.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++/detail/fs.cpp
parent9b3afb9f3c00ca9da97167e29f437bdd3036da1a (diff)
Diffstat (limited to 'atf-c++/detail/fs.cpp')
-rw-r--r--atf-c++/detail/fs.cpp24
1 files changed, 10 insertions, 14 deletions
diff --git a/atf-c++/detail/fs.cpp b/atf-c++/detail/fs.cpp
index 3517e261f939..bcef9204d129 100644
--- a/atf-c++/detail/fs.cpp
+++ b/atf-c++/detail/fs.cpp
@@ -1,6 +1,3 @@
-//
-// Automated Testing Framework (atf)
-//
// Copyright (c) 2007 The NetBSD Foundation, Inc.
// All rights reserved.
//
@@ -25,10 +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 "atf-c++/detail/fs.hpp"
#if defined(HAVE_CONFIG_H)
-#include "bconfig.h"
+#include "config.h"
#endif
extern "C" {
@@ -47,17 +45,15 @@ extern "C" {
#include <cstring>
extern "C" {
-#include "../../atf-c/error.h"
+#include "atf-c/error.h"
}
-#include "../utils.hpp"
-
-#include "exceptions.hpp"
-#include "env.hpp"
-#include "fs.hpp"
-#include "process.hpp"
-#include "sanity.hpp"
-#include "text.hpp"
+#include "atf-c++/detail/env.hpp"
+#include "atf-c++/detail/exceptions.hpp"
+#include "atf-c++/detail/process.hpp"
+#include "atf-c++/detail/sanity.hpp"
+#include "atf-c++/detail/text.hpp"
+#include "atf-c++/utils.hpp"
namespace impl = atf::fs;
#define IMPL_NAME "atf::fs"