diff --git a/Live/src/main/cpp/RtmpPusher.cpp b/Live/src/main/cpp/RtmpPusher.cpp index 3a794ef..95b59a0 100644 --- a/Live/src/main/cpp/RtmpPusher.cpp +++ b/Live/src/main/cpp/RtmpPusher.cpp @@ -1,6 +1,5 @@ #include #include -#include "include/rtmp/rtmp.h" #include "safe_queue.h" #include "PushInterface.h" #include "VideoStream.h" diff --git a/Live/src/main/cpp/VideoStream.cpp b/Live/src/main/cpp/VideoStream.cpp index 2033c5e..f60b6d9 100644 --- a/Live/src/main/cpp/VideoStream.cpp +++ b/Live/src/main/cpp/VideoStream.cpp @@ -2,7 +2,6 @@ #include #include #include "VideoStream.h" -#include "include/rtmp/rtmp.h" #include "PushInterface.h" VideoStream::VideoStream() {