Skip to content

Commit

Permalink
Remove unnecessary MStyle dependency from mscore.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Aug 5, 2021
1 parent 7873665 commit 02aa7b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engraving/libmscore/mscore.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "config.h"

#include "draw/color.h"
#include "style/style.h"

namespace Ms {
#define MSC_VERSION "4.00"
Expand Down Expand Up @@ -79,7 +78,6 @@ static constexpr int MSCVERSION = 400;
// - The style is stored in a separate file (inside mscz)
// - The ChordList is stored in a separate file (inside mscz)

class MStyle;
class Sequencer;

enum class HairpinType : signed char;
Expand Down

0 comments on commit 02aa7b6

Please sign in to comment.