aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@gcc.gnu.org>1993-04-13 17:21:11 +0000
committerKresten Krab Thorup <krab@gcc.gnu.org>1993-04-13 17:21:11 +0000
commitff2fda34f670058f4778a5eeb07f4f5b9c565b2b (patch)
tree447415c337a039fc6b162a100629054d224e5c25 /gcc
parentb0033312d670d438573b9c960cace4306db8e416 (diff)
downloadgcc-ff2fda34f670058f4778a5eeb07f4f5b9c565b2b.zip
gcc-ff2fda34f670058f4778a5eeb07f4f5b9c565b2b.tar.gz
gcc-ff2fda34f670058f4778a5eeb07f4f5b9c565b2b.tar.bz2
Changed includes to double quote style
From-SVN: r4123
Diffstat (limited to 'gcc')
-rw-r--r--gcc/objc/sarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/sarray.c b/gcc/objc/sarray.c
index 8bab62c..8ffab22 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"