diff options
author | Ben Elliston <bje@cygnus.com> | 1998-09-30 02:13:15 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-29 20:13:15 -0600 |
commit | bce1b48955c1d71f070e56f4928717e7866128b5 (patch) | |
tree | 92a778eebd03c7a6bbb68111407bd43ff34ee83a /libobjc/sarray.c | |
parent | 6fc19d6d03677c3b45099270cf7ea71810c280a5 (diff) | |
download | gcc-bce1b48955c1d71f070e56f4928717e7866128b5.tar.gz |
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/sarray.c')
-rw-r--r-- | libobjc/sarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/sarray.c b/libobjc/sarray.c index 7e40fba750f..f5ace10bf09 100644 --- a/libobjc/sarray.c +++ b/libobjc/sarray.c @@ -24,8 +24,8 @@ Boston, MA 02111-1307, USA. */ This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "objc/sarray.h" -#include "objc/runtime.h" +#include "sarray.h" +#include "runtime.h" #include <stdio.h> #include "assert.h" |