| Index: gcc/gcc/testsuite/objc/execute/np-2.m
|
| diff --git a/gcc/gcc/testsuite/objc/execute/np-2.m b/gcc/gcc/testsuite/objc/execute/np-2.m
|
| index 85aa203ca5ceaa87f699d19fb0bc8cc77e62a98d..da276be982b7e2ab6708b5fa50859adb4d5486d5 100644
|
| --- a/gcc/gcc/testsuite/objc/execute/np-2.m
|
| +++ b/gcc/gcc/testsuite/objc/execute/np-2.m
|
| @@ -2,8 +2,8 @@
|
| * Contributed by Nicola Pero <n.pero@mi.flashnet.it>
|
| * Tue Sep 19 4:34AM
|
| */
|
| +#include "../../objc-obj-c++-shared/Protocol1.h"
|
| #include <objc/objc.h>
|
| -#include <objc/Protocol.h>
|
|
|
| @protocol MyProtocol
|
| + (oneway void) methodA;
|
|
|