commit | 8b06200802b0c155d112d4a5bf6da5dfb0c0cbec | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Jul 12 08:28:10 2013 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Jul 12 08:28:10 2013 +0000 |
tree | d538f46196f756d6767dc36a2ee937567d1c0f18 | |
parent | 0ed57c51a3807372d531737a4ef63b6af0bf1aa4 [diff] [blame] |
Include files from webrtc/.. paths in utility/. BUG=1662 R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1786004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4336 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/utility/source/process_thread_impl.cc b/webrtc/modules/utility/source/process_thread_impl.cc index 2cd2a77..08979d2 100644 --- a/webrtc/modules/utility/source/process_thread_impl.cc +++ b/webrtc/modules/utility/source/process_thread_impl.cc
@@ -8,9 +8,9 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "process_thread_impl.h" -#include "module.h" -#include "trace.h" +#include "webrtc/modules/interface/module.h" +#include "webrtc/modules/utility/source/process_thread_impl.h" +#include "webrtc/system_wrappers/interface/trace.h" namespace webrtc { ProcessThread::~ProcessThread()