diff --git a/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc b/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc index 3c0708b7f171..67aa3a96eadb 100644 --- a/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc +++ b/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc @@ -12,9 +12,8 @@ #ifdef WIN32 #include -#endif -#ifdef WEBRTC_LINUX -#include +#else +#include #endif #include "webrtc/modules/rtp_rtcp/source/rtp_format_h264.h" diff --git a/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc b/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc index c148250484d6..8fd2ab427310 100644 --- a/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc +++ b/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc @@ -15,9 +15,8 @@ #ifdef WIN32 #include -#endif -#ifdef WEBRTC_LINUX -#include +#else +#include #endif #include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"