Skip to content

Commit

Permalink
tidy: Break circular header file dependency in mythhttpfile.h.
Browse files Browse the repository at this point in the history
There is no need to include mythhttpresponse.h in this header file.
The HTTPResponse type is defined in mythhttptypes.h.
  • Loading branch information
linuxdude42 committed Sep 29, 2023
1 parent 573ed5f commit 6d09c25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythbase/http/mythhttpfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <QFile>

// MythTV
#include "libmythbase/http/mythhttpresponse.h"
#include "libmythbase/http/mythhttptypes.h"

class MythHTTPFile : public QFile, public MythHTTPContent
Expand Down

0 comments on commit 6d09c25

Please sign in to comment.