]> granicus.if.org Git - clang/commitdiff
Change <Objc/objc.h> to <objc/objc.h>
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 3 Dec 2007 23:04:29 +0000 (23:04 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 3 Dec 2007 23:04:29 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44556 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteTest.cpp

index a749284fa3273716cc441a37298cd2fb86c684cd..8dd39f538e67a329ea0117b394b5ff4d185f8934 100644 (file)
@@ -105,7 +105,7 @@ namespace {
                       "extern struct objc_object *objc_exception_extract(void *);\n"
                       "extern int objc_exception_match"
                       "(struct objc_class *, struct objc_object *, ...);\n"
-                      "#include <Objc/objc.h>\n";
+                      "#include <objc/objc.h>\n";
 
       Rewrite.InsertText(SourceLocation::getFileLoc(mainFileID, 0), 
                          s, strlen(s));