aboutsummaryrefslogtreecommitdiff
path: root/atf-c/detail/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'atf-c/detail/fs.c')
-rw-r--r--atf-c/detail/fs.c20
1 files changed, 8 insertions, 12 deletions
diff --git a/atf-c/detail/fs.c b/atf-c/detail/fs.c
index 22cbca439b36..5ff7648c3c7e 100644
--- a/atf-c/detail/fs.c
+++ b/atf-c/detail/fs.c
@@ -1,7 +1,4 @@
-/*
- * Automated Testing Framework (atf)
- *
- * Copyright (c) 2007 The NetBSD Foundation, Inc.
+/* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,11 +21,12 @@
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
* 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.
- */
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
+
+#include "atf-c/detail/fs.h"
#if defined(HAVE_CONFIG_H)
-#include "bconfig.h"
+#include "config.h"
#endif
#include <sys/types.h>
@@ -47,13 +45,11 @@
#include <unistd.h>
#include "atf-c/defs.h"
+#include "atf-c/detail/sanity.h"
+#include "atf-c/detail/text.h"
+#include "atf-c/detail/user.h"
#include "atf-c/error.h"
-#include "fs.h"
-#include "sanity.h"
-#include "text.h"
-#include "user.h"
-
/* ---------------------------------------------------------------------
* Prototypes for auxiliary functions.
* --------------------------------------------------------------------- */