aboutsummaryrefslogtreecommitdiff
path: root/atf-c/detail/dynstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'atf-c/detail/dynstr.c')
-rw-r--r--atf-c/detail/dynstr.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/atf-c/detail/dynstr.c b/atf-c/detail/dynstr.c
index e533a811ffc8..424a1c9dac73 100644
--- a/atf-c/detail/dynstr.c
+++ b/atf-c/detail/dynstr.c
@@ -1,7 +1,4 @@
-/*
- * Automated Testing Framework (atf)
- *
- * Copyright (c) 2008 The NetBSD Foundation, Inc.
+/* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,8 +21,9 @@
* 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/dynstr.h"
#include <errno.h>
#include <stdarg.h>
@@ -34,12 +32,10 @@
#include <stdlib.h>
#include <string.h>
+#include "atf-c/detail/sanity.h"
+#include "atf-c/detail/text.h"
#include "atf-c/error.h"
-#include "dynstr.h"
-#include "sanity.h"
-#include "text.h"
-
/* ---------------------------------------------------------------------
* Auxiliary functions.
* --------------------------------------------------------------------- */