aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/lang/objc/ivar-IMP/myclass.h')
-rw-r--r--lldb/test/API/lang/objc/ivar-IMP/myclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/lang/objc/ivar-IMP/myclass.h b/lldb/test/API/lang/objc/ivar-IMP/myclass.h
index da28d1e05181..2dfa3dd07e3e 100644
--- a/lldb/test/API/lang/objc/ivar-IMP/myclass.h
+++ b/lldb/test/API/lang/objc/ivar-IMP/myclass.h
@@ -1,4 +1,4 @@
-#import <Foundation/Foundation.h>
+#import <objc/NSObject.h>
@interface MyClass : NSObject
{}