Move optional.h to webrtc/api/
We use Optional in our public API, so its header should be in webrtc/api/. BUG=webrtc:8205 Review-Url: https://codereview.webrtc.org/3011943002 Cr-Commit-Position: refs/heads/master@{#19693}
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
||||
#include "webrtc/api/optional.h"
|
||||
#include "webrtc/api/video/video_rotation.h"
|
||||
#include "webrtc/common_types.h"
|
||||
#include "webrtc/modules/video_coding/codecs/h264/include/h264_globals.h"
|
||||
@ -24,7 +25,6 @@
|
||||
#include "webrtc/modules/video_coding/codecs/vp9/include/vp9_globals.h"
|
||||
#include "webrtc/rtc_base/constructormagic.h"
|
||||
#include "webrtc/rtc_base/deprecation.h"
|
||||
#include "webrtc/rtc_base/optional.h"
|
||||
#include "webrtc/rtc_base/safe_conversions.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user