From ab9f5d2067e1f8f22cb5009015ec059f4a1a7431 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 12 Mar 2020 15:20:59 -0700 Subject: replace assert.h with cassert The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev --- src/TagStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TagStream.cxx') diff --git a/src/TagStream.cxx b/src/TagStream.cxx index 4d200c703..4010318e1 100644 --- a/src/TagStream.cxx +++ b/src/TagStream.cxx @@ -28,7 +28,7 @@ #include "thread/Mutex.hxx" #include "util/UriExtract.hxx" -#include +#include /** * Does the #DecoderPlugin support either the suffix or the MIME type? -- cgit v1.2.3