From e5b2ed7a5d09049f67bf9e721ef07f0bc4f77e9e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 7 Sep 2011 07:43:15 +0000 Subject: =?UTF-8?q?2011-09-07=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * imfs_support/fs_supprot.h, support/fstest.h, support/ramdisk_support.h: Don't include config.h. --- testsuites/fstests/ChangeLog | 2 ++ testsuites/fstests/imfs_support/fs_supprot.h | 5 +---- testsuites/fstests/support/fstest.h | 6 ------ testsuites/fstests/support/ramdisk_support.h | 4 ---- 4 files changed, 3 insertions(+), 14 deletions(-) (limited to 'testsuites') diff --git a/testsuites/fstests/ChangeLog b/testsuites/fstests/ChangeLog index 54701f4ba3..40ce4284b0 100644 --- a/testsuites/fstests/ChangeLog +++ b/testsuites/fstests/ChangeLog @@ -1,5 +1,7 @@ 2011-09-07 Ralf Corsépius + * imfs_support/fs_supprot.h, support/fstest.h, + support/ramdisk_support.h: Don't include config.h. * fserror/test.c, fslink/test.c, fspatheval/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: 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) diff --git a/testsuites/fstests/support/fstest.h b/testsuites/fstests/support/fstest.h index 339fc594e7..27402873b7 100644 --- a/testsuites/fstests/support/fstest.h +++ b/testsuites/fstests/support/fstest.h @@ -12,10 +12,6 @@ #ifndef __FSTEST_H #define __FSTEST_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "pmacros.h" #define TIME_PRECISION (2) @@ -59,5 +55,3 @@ #define BASE_FOR_TEST "/mnt" #endif - - diff --git a/testsuites/fstests/support/ramdisk_support.h b/testsuites/fstests/support/ramdisk_support.h index 56c5918910..8a457181d3 100644 --- a/testsuites/fstests/support/ramdisk_support.h +++ b/testsuites/fstests/support/ramdisk_support.h @@ -11,10 +11,6 @@ #ifndef __RAMDISK_SUPPORT_H #define __RAMDISK_SUPPORT_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #define RAMDISK_BLOCK_SIZE (512) #define RAMDISK_BLOCK_COUNT (1024) #define RAMDISK_PATH "/dev/ramdisk" -- cgit v1.2.3