diff options
author | krab <krab@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-04-13 17:21:11 +0000 |
---|---|---|
committer | krab <krab@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-04-13 17:21:11 +0000 |
commit | 33d06dd7757d9d24297e19ab55934f17980e91dc (patch) | |
tree | 447415c337a039fc6b162a100629054d224e5c25 /gcc/objc/sarray.c | |
parent | eeefb905c04c6d70b9315585aff5703fd9d4858c (diff) | |
download | gcc-33d06dd7757d9d24297e19ab55934f17980e91dc.tar.gz |
Changed includes to double quote style
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/sarray.c')
-rw-r--r-- | gcc/objc/sarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/sarray.c b/gcc/objc/sarray.c index 8bab62c2c81..8ffab2254b3 100644 --- a/gcc/objc/sarray.c +++ b/gcc/objc/sarray.c @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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/sarray.h" #include <stdio.h> #include "assert.h" |