From c20a2c66cf7ce37cc3600019a164ad4dc6d9babf Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 21 Oct 2006 17:28:36 +0000 Subject: move include of pm_config.h to main wordaccess.h file git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@99 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/wordaccess.h | 3 +++ lib/util/wordaccess_generic.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/util/wordaccess.h b/lib/util/wordaccess.h index 28963aee..08034361 100644 --- a/lib/util/wordaccess.h +++ b/lib/util/wordaccess.h @@ -37,6 +37,9 @@ We also assume that a char is 8 bits. */ + +#include "pm_config.h" + #if (!defined(WORDACCESS_GENERIC) \ && defined(__GNUC__) && defined(__GLIBC__) \ && (__GNUC__ * 100 + __GNUC_MINOR__ >= 304) ) diff --git a/lib/util/wordaccess_generic.h b/lib/util/wordaccess_generic.h index 762b2a94..7f27ef74 100644 --- a/lib/util/wordaccess_generic.h +++ b/lib/util/wordaccess_generic.h @@ -9,8 +9,6 @@ * Specified by the user with WORDACCESS_GENERIC =============================================================================*/ -#include "pm_config.h" - typedef uint32_t wordint; typedef unsigned char wordintBytes[sizeof(wordint)]; -- cgit 1.4.1