Skip to content

Commit 53cfa7c

Browse files
committed
Add includes that contain the function protos.
This should silence the "warning: no previous declaration" warnings.
1 parent 5103460 commit 53cfa7c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

mythtv/programs/mythutil/backendutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
// local headers
88
#include "mythutil.h"
9+
#include "backendutils.h"
910

1011
static int RawSendEvent(const QString &eventString)
1112
{

mythtv/programs/mythutil/fileutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// local headers
77
#include "mythutil.h"
8+
#include "fileutils.h"
89

910
static int CopyFile(const MythUtilCommandLineParser &cmdline)
1011
{

mythtv/programs/mythutil/jobutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// Local includes
1010
#include "mythutil.h"
11+
#include "jobutils.h"
1112

1213
static int QueueJob(const MythUtilCommandLineParser &cmdline)
1314
{

mythtv/programs/mythutil/markuputils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
// Local includes
99
#include "mythutil.h"
10+
#include "markuputils.h"
1011

1112
static int GetMarkupList(const MythUtilCommandLineParser &cmdline,
1213
const QString type)

mythtv/programs/mythutil/messageutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// Local includes
1616
#include "mythutil.h"
17+
#include "messageutils.h"
1718

1819
const QString kMessage =
1920
"<mythmessage version=\"1\">\n"

0 commit comments

Comments
 (0)