From ff2fda34f670058f4778a5eeb07f4f5b9c565b2b Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Tue, 13 Apr 1993 17:21:11 +0000 Subject: [PATCH] Changed includes to double quote style From-SVN: r4123 --- gcc/objc/sarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include "objc/sarray.h" #include #include "assert.h" -- 2.30.2