Index: webrtc/modules/video_coding/utility/simulcast_rate_allocator.h |
diff --git a/webrtc/modules/video_coding/utility/simulcast_rate_allocator.h b/webrtc/modules/video_coding/utility/simulcast_rate_allocator.h |
index 7f54f5cd28390480ab8fcbfbdc55772c3a7a9820..149e86658813a95bba43344f01bdc152244b41d6 100644 |
--- a/webrtc/modules/video_coding/utility/simulcast_rate_allocator.h |
+++ b/webrtc/modules/video_coding/utility/simulcast_rate_allocator.h |
@@ -11,11 +11,10 @@ |
#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_SIMULCAST_RATE_ALLOCATOR_H_ |
#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_SIMULCAST_RATE_ALLOCATOR_H_ |
-#include <stdint.h> |
- |
#include <map> |
#include <memory> |
+#include "webrtc/base/basictypes.h" |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/common_video/include/video_bitrate_allocator.h" |
#include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h" |