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_generic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/util/wordaccess_generic.h') 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