summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/imfs_support
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:43:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:43:15 +0000
commite5b2ed7a5d09049f67bf9e721ef07f0bc4f77e9e (patch)
tree715d917058515fc41886e37e1873966937956886 /testsuites/fstests/imfs_support
parent2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e5b2ed7a5d09049f67bf9e721ef07f0bc4f77e9e.tar.bz2
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h, support/fstest.h, support/ramdisk_support.h: Don't include config.h.
Diffstat (limited to 'testsuites/fstests/imfs_support')
-rw-r--r--testsuites/fstests/imfs_support/fs_supprot.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/fstests/imfs_support/fs_supprot.h b/testsuites/fstests/imfs_support/fs_supprot.h
index 55c1f83c12..1112a84a83 100644
--- a/testsuites/fstests/imfs_support/fs_supprot.h
+++ b/testsuites/fstests/imfs_support/fs_supprot.h
@@ -8,11 +8,8 @@
*
* $Id$
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include "pmacros.h"
+#include "pmacros.h"
#include "fs_config.h"
void test_initialize_filesystem(void)