From c6d6fed3c0a82bb7a09095381b974e8e5eebcb35 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Mon, 27 May 2013 15:07:45 +0000 Subject: 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 --- system_wrappers/source/cpu_features.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system_wrappers/source/cpu_features.cc') 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 #endif -#include "typedefs.h" +#include "webrtc/typedefs.h" // No CPU feature is available => straight C path. int GetCPUInfoNoASM(CPUFeature feature) { -- cgit v1.2.3