diff --git a/webrtc/system_wrappers/interface/field_trial.h b/webrtc/system_wrappers/interface/field_trial.h index 2f116adec0..2af083cdac 100644 --- a/webrtc/system_wrappers/interface/field_trial.h +++ b/webrtc/system_wrappers/interface/field_trial.h @@ -13,8 +13,6 @@ #include -#include "webrtc/common_types.h" - // Field trials allow webrtc clients (such as Chrome) to turn on feature code // in binaries out in the field and gather information with that. // diff --git a/webrtc/system_wrappers/system_wrappers.gyp b/webrtc/system_wrappers/system_wrappers.gyp index 95b1d76ab8..a64661a773 100644 --- a/webrtc/system_wrappers/system_wrappers.gyp +++ b/webrtc/system_wrappers/system_wrappers.gyp @@ -199,9 +199,6 @@ 'sources': [ 'interface/field_trial_default.h', 'source/field_trial_default.cc', - ], - 'dependencies': [ - 'system_wrappers', ] }, { 'target_name': 'metrics_default',