From e2417b2b9134f3f65e14b61e23cd3644d8954353 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 8 Jan 2008 00:48:30 +0200 Subject: More pre-C99 inttypes.h compatibility fixes. Now the code should work even if the system has no inttypes.h. --- src/common/physmem.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/common/physmem.h') diff --git a/src/common/physmem.h b/src/common/physmem.h index 1d40b299..597227ac 100644 --- a/src/common/physmem.h +++ b/src/common/physmem.h @@ -14,17 +14,6 @@ #ifndef PHYSMEM_H #define PHYSMEM_H -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include - -#ifdef HAVE_LIMITS_H -# include -#endif - #if defined(HAVE_PHYSMEM_SYSCTL) || defined(HAVE_NCPU_SYSCTL) # ifdef HAVE_SYS_PARAM_H # include -- cgit v1.2.3