Fix last Mac/clang compile error.

Fixes "receiver is a forward class and corresponding @interface may
not exist" error.

TEST=build on Mac with -Werror enabled.
TBR=zakkhoyt@webrtc.org

Review URL: http://webrtc-codereview.appspot.com/333012

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1255 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-12-20 22:23:21 +00:00
parent e858d13ac6
commit a38ce09919

View File

@ -17,11 +17,9 @@
#import <AppKit/AppKit.h>
#import <QTKit/QTKit.h>
#include <sys/time.h>
using namespace std;
@class CocoaRenderView;
#include "common_types.h"
#import "modules/video_render/main/source/mac/cocoa_render_view.h"
#include "module_common_types.h"
#include "process_thread.h"
#include "tick_util.h"