Remove included header files on that unit_test is not dependent, correct error in last CL

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@133 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@google.com 2011-06-29 22:45:59 +00:00
parent 6fb5d19289
commit 190d0873b0

View File

@ -10,8 +10,6 @@
#include "unit_test.h"
#include "tick_util.h"
#include "cpu_features_wrapper.h"
#include "event_wrapper.h"
#include "module_common_types.h"
#include "thread_wrapper.h"
@ -24,8 +22,6 @@ using webrtc::AudioFrame;
using webrtc::GainControl;
using webrtc::NoiseSuppression;
using webrtc::EchoCancellation;
using webrtc::TickInterval;
using webrtc::TickTime;
using webrtc::EventWrapper;
using webrtc::Trace;
using webrtc::LevelEstimator;