fix capitalization for system includes
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 18 Mar 2009 19:10:34 +0000 (19:10 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 18 Mar 2009 19:10:34 +0000 (19:10 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@127 2bbb7eff-a529-9590-31e7-b0007b416f81

src/ports/SkFontHost_mac.cpp

index ff5905f..b409f1e 100755 (executable)
@@ -14,7 +14,7 @@
  ** limitations under the License.
 */
 
-#include <carbon/carbon.h>
+#include <Carbon/Carbon.h>
 #include "SkFontHost.h"
 #include "SkDescriptor.h"
 #include "SkEndian.h"