Skip to content

Commit 7cc5bea

Browse files
authored
Merge pull request #1346 from hsorby/issue1344
Remove all unnecessary headers as guided by Qt Creator on macOS.
2 parents 6e8231d + d58eac1 commit 7cc5bea

30 files changed

+23
-65
lines changed

src/analyser_p.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
#include "libcellml/generatorprofile.h"
18+
#include "libcellml/issue.h"
19+
1720
#include "analysermodel_p.h"
1821
#include "internaltypes.h"
19-
#include "issue_p.h"
2022
#include "logger_p.h"
2123
#include "utilities.h"
2224

src/analysermodel_p.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ limitations under the License.
1616

1717
#pragma once
1818

19+
#include <map>
20+
1921
#include "libcellml/analysermodel.h"
2022

2123
namespace libcellml {

src/anycellmlelement_p.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ limitations under the License.
1818

1919
#include <any>
2020

21+
#include "libcellml/types.h"
22+
2123
namespace libcellml {
2224

2325
/**

src/api/libcellml/analyserequation.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ limitations under the License.
1616

1717
#pragma once
1818

19+
#include <string>
20+
#include <vector>
21+
1922
#include "libcellml/analyser.h"
2023

2124
namespace libcellml {

src/api/libcellml/analyserequationast.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ limitations under the License.
1717
#pragma once
1818

1919
#include "libcellml/analyser.h"
20-
2120
#include "libcellml/undefines.h"
2221

2322
namespace libcellml {

src/api/libcellml/analyserexternalvariable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ limitations under the License.
1616

1717
#pragma once
1818

19-
#include "libcellml/exportdefinitions.h"
20-
#include "libcellml/types.h"
21-
2219
#include <string>
2320
#include <vector>
2421

22+
#include "libcellml/exportdefinitions.h"
23+
#include "libcellml/types.h"
24+
2525
namespace libcellml {
2626

2727
/**

src/api/libcellml/analysermodel.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ limitations under the License.
1616

1717
#pragma once
1818

19+
#include <string>
20+
#include <vector>
21+
1922
#include "libcellml/analyser.h"
2023

2124
#ifndef SWIG

src/api/libcellml/analyservariable.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ limitations under the License.
1616

1717
#pragma once
1818

19+
#include <vector>
20+
1921
#include "libcellml/analyser.h"
2022

2123
namespace libcellml {

src/api/libcellml/entity.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ limitations under the License.
1616

1717
#pragma once
1818

19-
#include <memory>
2019
#include <string>
2120

2221
#include "libcellml/exportdefinitions.h"

src/api/libcellml/logger.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ limitations under the License.
1616

1717
#pragma once
1818

19-
#include <string>
20-
#include <vector>
21-
2219
#include "libcellml/exportdefinitions.h"
2320
#include "libcellml/types.h"
2421

0 commit comments

Comments
 (0)