Changed includes to double quote style
authorKresten Krab Thorup <krab@gcc.gnu.org>
Tue, 13 Apr 1993 17:21:11 +0000 (17:21 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Tue, 13 Apr 1993 17:21:11 +0000 (17:21 +0000)
From-SVN: r4123

gcc/objc/sarray.c

index 8bab62c2c8113a5f71700d300f793b5c6607113c..8ffab2254b30fb52904c25e14bd54791a8844fbf 100644 (file)
@@ -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"