|
37 | 37 |
|
38 | 38 | #include "video_rxtx/ultragrid_rtp.hpp" |
39 | 39 |
|
40 | | -#include <cassert> // for assert |
41 | | -#include <cstdio> // for fprintf, stderr |
42 | | -#include <cstdlib> // for free, calloc |
43 | | -#include <string> // for basic_string, operator<, operator== |
44 | | -#include <utility> // for pair |
| 40 | +#include <cassert> // for assert |
| 41 | +#include <condition_variable> // for condition_variable |
| 42 | +#include <cstddef> // for size_t |
| 43 | +#include <cstdint> // for uint32_t |
| 44 | +#include <cstdio> // for fprintf, stderr |
| 45 | +#include <cstdlib> // for free, calloc |
| 46 | +#include <cstring> // for strcmp |
| 47 | +#include <list> // for list |
| 48 | +#include <memory> // for shared_ptr |
| 49 | +#include <mutex> // for mutex |
| 50 | +#include <string> // for basic_string, operator<, operator== |
| 51 | +#include <utility> // for pair |
45 | 52 | // IWYU pragma: no_include <sys/time.h> # via tv.h |
46 | 53 | // IWYU pragma: no_include <iterator> # std::pair is rather in utility |
47 | 54 |
|
| 55 | + |
48 | 56 | #include "control_socket.h" |
49 | 57 | #include "debug.h" |
50 | 58 | #include "rtp/fec.h" // for fec |
|
58 | 66 | #include "tfrc.h" |
59 | 67 | #include "transmit.h" |
60 | 68 | #include "tv.h" |
| 69 | +#include "types.h" // for video_frame (ptr only), video_mode |
61 | 70 | #include "utils/color_out.h" // for TBOLD, color_printf |
62 | 71 | #include "utils/macros.h" // for to_fourcc |
63 | 72 | #include "utils/thread.h" |
64 | 73 | #include "video_display.h" |
65 | 74 | #include "video_rxtx.hpp" |
| 75 | +#include "video_rxtx/rtp.hpp" // for rtp_video_rxtx |
66 | 76 | #include "ug_runtime_error.hpp" |
67 | 77 | #include "utils/worker.h" |
68 | 78 |
|
|
0 commit comments