From 265ab036ba930e88825e04a0c4684adb2b4a858a Mon Sep 17 00:00:00 2001 From: law Date: Wed, 30 Sep 1998 02:13:15 +0000 Subject: * Makefile.in: Rewrite. * configure.in: Likewise. * configure: Regenerate. * All .c files. Remove "objc" prefix when including objc header files. Include tconfig.h, not ../tconfig.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22659 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/hash.c') diff --git a/libobjc/hash.c b/libobjc/hash.c index 7534330fa1c..223991f97f3 100644 --- a/libobjc/hash.c +++ b/libobjc/hash.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #include "assert.h" -#include "objc/hash.h" +#include "hash.h" #include "runtime.h" /* for DEBUG_PRINTF */ -- cgit v1.2.1