Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliming committed Oct 21, 2016
1 parent 3f80463 commit a130058
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions LFLiveKit/filter/LFGPUImageBeautyFilter.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#if __has_include(<GPUImage/GPUImageFramework.h>)
#import <GPUImage/GPUImageFramework.h>
#else
#import "GPUImage.h"
#endif

@interface LFGPUImageBeautyFilter : GPUImageFilter {
}

Expand Down
4 changes: 0 additions & 4 deletions LFLiveKit/filter/LFGPUImageEmptyFilter.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#if __has_include(<GPUImage/GPUImageFramework.h>)
#import <GPUImage/GPUImageFramework.h>
#else
#import "GPUImage.h"
#endif

@interface LFGPUImageEmptyFilter : GPUImageFilter
{
Expand Down

0 comments on commit a130058

Please sign in to comment.