Index: webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
index e32fc988be9ba6ba40345c65d6d4d52df5a6fe4d..fcd43ad197fb0604838e1fd175e52e48e72df2e0 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
@@ -17,7 +17,7 @@ |
#if defined(_WIN32) |
// Order for these headers are important |
#include <winsock2.h> // timeval |
-#include <windows.h> // FILETIME |
+#include <windows.h> // FILETIME NOLINT(build/include_alpha) |
#include <MMSystem.h> // timeGetTime |
#elif ((defined WEBRTC_LINUX) || (defined WEBRTC_MAC)) |
#include <sys/time.h> // gettimeofday |