Skip to content

Commit

Permalink
remove extra includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-giddins committed Nov 6, 2023
1 parent bb3a780 commit 3cf5de6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/SignalSender.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <QObject>
#include "SubWindow.h"
#include <include/SubWindow.h>

class SignalSender : public QObject
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/SignalSender.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "SignalSender.h"
#include "SubWindow.h"
#include <include/SubWindow.h>

SignalSender* SignalSender::getInstance()
{
Expand Down

0 comments on commit 3cf5de6

Please sign in to comment.