summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/fstest_support.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/support/fstest_support.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/fstests/support/fstest_support.h b/testsuites/fstests/support/fstest_support.h
index 16972710a1..2fcb208619 100644
--- a/testsuites/fstests/support/fstest_support.h
+++ b/testsuites/fstests/support/fstest_support.h
@@ -1,17 +1,16 @@
-
/*
+ * COPYRIGHT (c) 1989-2011.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*
- * $Id$
+ * $Id Exp $
*/
#ifndef __FSTEST_SUPPORT_H
#define __FSTEST_SUPPORT_H
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include "pmacros.h"
-
-#include "rtems.h"
#ifdef __cplusplus
extern "C" {
@@ -30,4 +29,5 @@ extern void test_shutdown_filesystem(void);
};
#endif
+
#endif