Include files from webrtc/.. paths in tools/

BUG=1662
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1547004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4166 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-06-04 08:14:10 +00:00
parent 5156c94f89
commit ba7f6a8614
11 changed files with 18 additions and 24 deletions

View File

@ -13,7 +13,7 @@
#include <cstdlib>
#include <fstream>
#include "gtest/gtest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
#include "webrtc/test/testsupport/fileutils.h"
@ -211,4 +211,3 @@ TEST_F(FrameEditingTest, RepeatFrames) {
}
} // namespace test
} // namespace webrtc