We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b400c commit 76f3ae0Copy full SHA for 76f3ae0
1 file changed
tests/FormatCustomIO_test.cpp
@@ -1,12 +1,8 @@
1
#include <catch2/catch_test_macros.hpp>
2
+#include "catch2/catch_message.hpp"
3
4
#include "avcpp/format.h"
-#include "avcpp/codec.h"
5
-#include "avcpp/ffmpeg.h"
6
#include "avcpp/formatcontext.h"
7
-#include "catch2/catch_message.hpp"
8
-
9
-#include <print>
10
11
#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20)
12
0 commit comments