Skip to content

Commit

Permalink
Cleaning up include statements (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiswas96 authored Apr 16, 2020
1 parent 13a68d8 commit 5375fda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SimulatedLocationDataSource;

#include <QObject>
#include <QString>
#include <QTextToSpeech>
class QTextToSpeech;

class NavigateRoute : public QObject
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "NavigateRouteSpeaker.h"
#include <QTextToSpeech>

NavigateRouteSpeaker::NavigateRouteSpeaker(QObject* parent):
QObject(parent)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
#define NAVIGATEROUTESPEAKER_H

#include <QObject>
#include <QTextToSpeech>
#include <QQmlEngine>
#include <QJSEngine>

class QTextToSpeech;
class NavigateRouteSpeaker : public QObject
{
Q_OBJECT
Expand Down

0 comments on commit 5375fda

Please sign in to comment.