Skip to content

Commit

Permalink
Cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jan 25, 2024
1 parent 945f526 commit 637d22a
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
10 changes: 5 additions & 5 deletions importexport/musicxml/importmxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//=============================================================================

#include "libmscore/box.h"
//#include "libmscore/box.h"
#include "libmscore/measure.h"
#include "libmscore/page.h"
#include "libmscore/part.h"
#include "libmscore/staff.h"
#include "libmscore/style.h"
#include "libmscore/sym.h"
#include "libmscore/symbol.h"
//#include "libmscore/sym.h"
//#include "libmscore/symbol.h"

#include "mscore/preferences.h"

#include "importmxml.h"
#include "importmxmllogger.h"
#include "importmxmlpass1.h"
#include "importmxmlpass2.h"

#include "mscore/preferences.h"

namespace Ms {

Score::FileError removeInstrumentNames(Score* score, MxmlLogger* logger)
Expand Down
6 changes: 3 additions & 3 deletions importexport/musicxml/importmxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#define __IMPORTMXML_H__

#include "libmscore/score.h"
#include "importxmlfirstpass.h"
#include "musicxml.h" // for the creditwords definition
#include "musicxmlsupport.h"
//#include "importxmlfirstpass.h"
//#include "musicxml.h" // for the creditwords definition
//#include "musicxmlsupport.h"

namespace Ms {

Expand Down
4 changes: 2 additions & 2 deletions importexport/musicxml/importmxmlpass1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
#include "libmscore/page.h"
#include "libmscore/part.h"
#include "libmscore/staff.h"
#include "libmscore/stringdata.h"
//#include "libmscore/stringdata.h"
#include "libmscore/sym.h"
#include "libmscore/symbol.h"
#include "libmscore/timesig.h"
#include "libmscore/style.h"
#include "libmscore/spanner.h"
//#include "libmscore/spanner.h"
#include "libmscore/bracketItem.h"
#include "libmscore/utils.h"

Expand Down
2 changes: 1 addition & 1 deletion importexport/musicxml/importmxmlpass2.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "importxmlfirstpass.h"
#include "importmxmlpass1.h"
#include "musicxml.h" // a.o. for Slur
#include "musicxmlsupport.h"
//#include "musicxmlsupport.h"

namespace Ms {

Expand Down
1 change: 1 addition & 0 deletions importexport/musicxml/importxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "thirdparty/qzip/qzipreader_p.h"
#include "importmxml.h"
#include "musicxmlsupport.h"

namespace Ms {

Expand Down
10 changes: 5 additions & 5 deletions importexport/musicxml/musicxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
Definition of class MusicXML
*/

#include "libmscore/fraction.h"
#include "libmscore/mscore.h"
#include "libmscore/pitchspelling.h"
//#include "libmscore/fraction.h"
#include "libmscore/line.h"
#include "importxmlfirstpass.h"
#include "musicxmlsupport.h"
#include "libmscore/mscore.h"
//#include "libmscore/pitchspelling.h"
//#include "importxmlfirstpass.h"
//#include "musicxmlsupport.h"

namespace Ms {

Expand Down
2 changes: 1 addition & 1 deletion importexport/musicxml/musicxmlfonthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MusicXML font handling support.
*/

#include "libmscore/sym.h"
//#include "libmscore/sym.h"
#include "libmscore/xml.h"
#include "musicxmlfonthandler.h"

Expand Down
2 changes: 1 addition & 1 deletion importexport/musicxml/musicxmlfonthandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef __MUSICXMLFONTHANDLER_H__
#define __MUSICXMLFONTHANDLER_H__

#include "libmscore/text.h"
#include "libmscore/textbase.h"

namespace Ms {

Expand Down
2 changes: 1 addition & 1 deletion importexport/musicxml/musicxmlsupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MusicXML support.
*/

#include "libmscore/accidental.h"
//#include "libmscore/accidental.h"
#include "libmscore/articulation.h"
#include "libmscore/chord.h"
#include "libmscore/sym.h"
Expand Down
2 changes: 1 addition & 1 deletion importexport/musicxml/musicxmlsupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define __MUSICXMLSUPPORT_H__

#include "libmscore/fraction.h"
#include "libmscore/mscore.h"
//#include "libmscore/mscore.h"
#include "libmscore/note.h"
#include "libmscore/sym.h"

Expand Down

0 comments on commit 637d22a

Please sign in to comment.