Index: webrtc/api/call/transport.h |
diff --git a/webrtc/transport.h b/webrtc/api/call/transport.h |
similarity index 86% |
rename from webrtc/transport.h |
rename to webrtc/api/call/transport.h |
index 4e329de93f09e105e0914cd3c2cd7f11ece957ff..5edb604889f4bceee8b63e8a772037033e305be9 100644 |
--- a/webrtc/transport.h |
+++ b/webrtc/api/call/transport.h |
@@ -8,12 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TRANSPORT_H_ |
-#define WEBRTC_TRANSPORT_H_ |
+#ifndef WEBRTC_API_CALL_TRANSPORT_H_ |
+#define WEBRTC_API_CALL_TRANSPORT_H_ |
-#include <stddef.h> |
- |
-#include "webrtc/typedefs.h" |
+#include "webrtc/base/basictypes.h" |
aleloi
2016/10/17 14:01:33
This file is not in any build target, but is inclu
ossu
2016/10/17 14:05:44
Are you sure you wouldn't be better off including
aleloi
2016/10/17 14:21:56
I think including the std headers is more simple a
the sun
2016/10/17 14:38:35
No, the files in api/ should only include files in
|
namespace webrtc { |
@@ -38,4 +36,4 @@ class Transport { |
} // namespace webrtc |
-#endif // WEBRTC_TRANSPORT_H_ |
+#endif // WEBRTC_API_CALL_TRANSPORT_H_ |