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/support/fstest.h | 6 ------ testsuites/fstests/support/ramdisk_support.h | 4 ---- 2 files changed, 10 deletions(-) (limited to 'testsuites/fstests/support') 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