Skip to content

Commit 5e976b4

Browse files
committed
Rename util.h into mythmiscutil.h
util.h is a system header on mac and some other BSD systems (like NetBSD). This confuses llvm compiler as it will prefer system headers over those available locally. So rename the file into mythmiscutil.h. Use the name mythmiscutil.h as mythutil.h and mythbaseutil.h already exist in code tree
1 parent efe385c commit 5e976b4

File tree

131 files changed

+135
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+135
-135
lines changed

mythplugins/mytharchive/mytharchive/archiveutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using namespace std;
1919
#include <programinfo.h>
2020
#include <mythmainwindow.h>
2121
#include <mythdialogbox.h>
22-
#include <util.h>
22+
#include <mythmiscutil.h>
2323
#include <mythsystem.h>
2424
#include <exitcodes.h>
2525
#include <mythlogging.h>

mythplugins/mytharchive/mytharchive/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using namespace std;
2222
#include <mythversion.h>
2323
#include <mythplugin.h>
2424
#include <mythcoreutil.h>
25-
#include <util.h>
25+
#include <mythmiscutil.h>
2626
#include <myththemedmenu.h>
2727
#include <mythuihelper.h>
2828
#include <mythdialogbox.h>

mythplugins/mytharchive/mytharchive/mythburn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <mythuicheckbox.h>
2626
#include <mythuibuttonlist.h>
2727
#include <mythuiprogressbar.h>
28-
#include <util.h>
28+
#include <mythmiscutil.h>
2929
#include <mythsystem.h>
3030
#include <exitcodes.h>
3131

mythplugins/mytharchive/mytharchive/recordingselector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <mythprogressdialog.h>
2626
#include <mythdialogbox.h>
2727
#include <mythlogging.h>
28-
#include <util.h>
28+
#include <mythmiscutil.h>
2929
#include <netutils.h>
3030

3131
// mytharchive

mythplugins/mytharchive/mytharchive/thumbfinder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include <mythmainwindow.h>
4949
#include <mythdialogbox.h>
5050
#include <mythdirs.h>
51-
#include <util.h>
51+
#include <mythmiscutil.h>
5252
#include <mythuitext.h>
5353
#include <mythuibutton.h>
5454
#include <mythuiimage.h>

mythplugins/mytharchive/mytharchivehelper/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ using namespace std;
6262
#include <mythdirs.h>
6363
#include <mythconfig.h>
6464
#include <mythsystem.h>
65-
#include <util.h>
65+
#include <mythmiscutil.h>
6666
#include <mythlogging.h>
6767

6868
extern "C" {

mythplugins/mythbrowser/mythbrowser/bookmarkeditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// myth
33
#include <mythmainwindow.h>
4-
#include <util.h>
4+
#include <mythmiscutil.h>
55
#include <mythcontext.h>
66
#include <mythdbcon.h>
77

mythplugins/mythgallery/mythgallery/galleryfilterdlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using namespace std;
2323
#include <QList>
2424

2525
// MythTV headers
26-
#include <util.h>
26+
#include <mythmiscutil.h>
2727
#include <mythdbcon.h>
2828
#include <mythuibuttonlist.h>
2929
#include <mythcontext.h>

mythplugins/mythgallery/mythgallery/galleryutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// myth
2424
#include <mythcontext.h>
2525
#include <mythdbcon.h>
26-
#include <util.h>
26+
#include <mythmiscutil.h>
2727
#include <mythdirs.h>
2828
#include <mythdb.h>
2929
#include <mythuihelper.h>

mythplugins/mythgallery/mythgallery/glsingleview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using namespace std;
3838

3939
// MythTV plugin headers
4040
#include <mythcontext.h>
41-
#include <util.h>
41+
#include <mythmiscutil.h>
4242
#include <mythuihelper.h>
4343
#include "mythlogging.h"
4444

0 commit comments

Comments
 (0)