From: Kresten Krab Thorup Date: Tue, 13 Apr 1993 17:21:11 +0000 (+0000) Subject: Changed includes to double quote style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff2fda34f670058f4778a5eeb07f4f5b9c565b2b;p=gcc.git Changed includes to double quote style From-SVN: r4123 --- 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"