Skip to content

Commit

Permalink
mythavformatbuffer.cpp: remove unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 18, 2022
1 parent ed065d5 commit 6de9a08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions mythtv/libs/libmythtv/io/mythavformatbuffer.cpp
@@ -1,6 +1,11 @@
// MythTV
#include "io/mythavformatbuffer.h"
#include "libmythbase/mythcorecontext.h"

#include <QtGlobal>
#if QT_VERSION < QT_VERSION_CHECK(5,14,0)
#include <QMutex>
#else
#include <QRecursiveMutex>
#endif

URLProtocol MythAVFormatBuffer::s_avfrURL;

Expand Down

0 comments on commit 6de9a08

Please sign in to comment.