aboutsummaryrefslogtreecommitdiff
path: root/libobjc/hash.c
diff options
context:
space:
mode:
authorBen Elliston <bje@cygnus.com>1998-09-30 02:13:15 +0000
committerJeff Law <law@gcc.gnu.org>1998-09-29 20:13:15 -0600
commitbce1b48955c1d71f070e56f4928717e7866128b5 (patch)
tree92a778eebd03c7a6bbb68111407bd43ff34ee83a /libobjc/hash.c
parent6fc19d6d03677c3b45099270cf7ea71810c280a5 (diff)
downloadgcc-bce1b48955c1d71f070e56f4928717e7866128b5.zip
gcc-bce1b48955c1d71f070e56f4928717e7866128b5.tar.gz
gcc-bce1b48955c1d71f070e56f4928717e7866128b5.tar.bz2
Makefile.in: Rewrite.
* 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. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r22659
Diffstat (limited to 'libobjc/hash.c')
-rw-r--r--libobjc/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/hash.c b/libobjc/hash.c
index 7534330..223991f 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 */