| Index: gcc/gcc/testsuite/objc/execute/bycopy-2.m
|
| diff --git a/gcc/gcc/testsuite/objc/execute/bycopy-2.m b/gcc/gcc/testsuite/objc/execute/bycopy-2.m
|
| index dce028152a96fe459b5c10ccbfbfa3610cf0408f..8e7f169293f0cfd71b725da44f5148375a9e5865 100644
|
| --- a/gcc/gcc/testsuite/objc/execute/bycopy-2.m
|
| +++ b/gcc/gcc/testsuite/objc/execute/bycopy-2.m
|
| @@ -3,9 +3,7 @@
|
| * Fri Feb 2 11:48:01 GMT 2001
|
| */
|
|
|
| -#include <objc/objc.h>
|
| -#include <objc/Object.h>
|
| -#include <objc/Protocol.h>
|
| +#include "../../objc-obj-c++-shared/Protocol1.h"
|
|
|
| @protocol MyProtocol
|
| + (bycopy id<MyProtocol>) bycopyMethod;
|
|
|