Skip to content

Commit 6fc4b11

Browse files
committed
Fixed issues with includes.
1 parent 420f09e commit 6fc4b11

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

include/RhythmGameUtilities/Parsers.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <string>
66
#include <vector>
77

8-
#include "Enums/Difficulty.hpp"
9-
#include "Enums/NamedSection.hpp"
108
#include "Enums/TypeCode.hpp"
119

1210
#include "Structs/Note.hpp"

include/RhythmGameUtilities/Structs/TrackEvent.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <string>
4+
#include <vector>
45

56
namespace RhythmGameUtilities
67
{

tests/RhythmGameUtilities/Common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include <cassert>
22
#include <cmath>
33
#include <iostream>
4-
#include <tuple>
54

65
#include "RhythmGameUtilities/Common.hpp"
76

tests/RhythmGameUtilities/Parsers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <cstring>
33
#include <iostream>
44

5+
#include "RhythmGameUtilities/Enums/Difficulty.hpp"
6+
#include "RhythmGameUtilities/Enums/NamedSection.hpp"
57
#include "RhythmGameUtilities/Parsers.hpp"
68

79
using namespace RhythmGameUtilities;

tests/RhythmGameUtilities/ParsersInternal.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <cstring>
33
#include <iostream>
44

5+
#include "RhythmGameUtilities/Enums/Difficulty.hpp"
6+
#include "RhythmGameUtilities/Enums/NamedSection.hpp"
57
#include "RhythmGameUtilities/ParsersInternal.hpp"
68

79
using namespace RhythmGameUtilities;

tests/RhythmGameUtilities/UtilitiesInternal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include <cassert>
22
#include <cmath>
33
#include <iostream>
4-
#include <tuple>
54

65
#include "RhythmGameUtilities/Structs/Tempo.hpp"
76
#include "RhythmGameUtilities/Structs/TimeSignature.hpp"

0 commit comments

Comments
 (0)