summaryrefslogtreecommitdiff
path: root/system_wrappers/source/cpu_features.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-27 15:07:45 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-27 15:07:45 +0000
commitc6d6fed3c0a82bb7a09095381b974e8e5eebcb35 (patch)
tree29863b8e746633391e8f1b4f49296e289f56599c /system_wrappers/source/cpu_features.cc
parent96001c8e03bf364c81f5f86a2fadb371934d0383 (diff)
downloadwebrtc-c6d6fed3c0a82bb7a09095381b974e8e5eebcb35.tar.gz
Include files from webrtc/.. paths in system_wrappers/
BUG=1662 R=henrikg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1550004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4111 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'system_wrappers/source/cpu_features.cc')
-rw-r--r--system_wrappers/source/cpu_features.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/system_wrappers/source/cpu_features.cc b/system_wrappers/source/cpu_features.cc
index 61c13604..b924d773 100644
--- a/system_wrappers/source/cpu_features.cc
+++ b/system_wrappers/source/cpu_features.cc
@@ -10,13 +10,13 @@
// Parts of this file derived from Chromium's base/cpu.cc.
-#include "system_wrappers/interface/cpu_features_wrapper.h"
+#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h"
#if defined(WEBRTC_ARCH_X86_FAMILY) && defined(_MSC_VER)
#include <intrin.h>
#endif
-#include "typedefs.h"
+#include "webrtc/typedefs.h"
// No CPU feature is available => straight C path.
int GetCPUInfoNoASM(CPUFeature feature) {