Skip to content

Commit

Permalink
Revert "Fixing casing for #import "webp/decode.h" (#import "WebP/deco…
Browse files Browse the repository at this point in the history
…de.h") not"

This reverts commit 48d4adc.
  • Loading branch information
bpoplauschi committed Jun 29, 2015
1 parent 511ce99 commit b111d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/UIImage+WebP.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#ifdef SD_WEBP
#import "UIImage+WebP.h"
#import "WebP/decode.h"
#import "webp/decode.h"

// Callback for CGDataProviderRelease
static void FreeImageData(void *info, const void *data, size_t size)
Expand Down

0 comments on commit b111d62

Please sign in to comment.