Skip to content

Commit

Permalink
added missing include and removed forward declare, now that we're not…
Browse files Browse the repository at this point in the history
… using pointers for analyzer settings.
  • Loading branch information
Marcus10110 committed Jul 31, 2024
1 parent 7012904 commit 9a0511d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SimpleSerialAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
#define SIMPLESERIAL_ANALYZER_H

#include <Analyzer.h>
#include "SimpleSerialAnalyzerSettings.h"
#include "SimpleSerialAnalyzerResults.h"
#include "SimpleSerialSimulationDataGenerator.h"

class SimpleSerialAnalyzerSettings;
class ANALYZER_EXPORT SimpleSerialAnalyzer : public Analyzer2
{
public:
Expand Down

0 comments on commit 9a0511d

Please sign in to comment.