mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Move include to proper place and do some code police.
Change-Id: I74a32e44ead18651a22a3a5038415808cbde6c39
This commit is contained in:
parent
bf6abf7b38
commit
4ea3f9ff2a
2 changed files with 7 additions and 8 deletions
|
|
@ -23,10 +23,6 @@
|
|||
#define TTSBASE_H
|
||||
|
||||
#include <QtCore>
|
||||
#include <QProcess>
|
||||
#include <QDateTime>
|
||||
#include <QRegExp>
|
||||
#include <QTcpSocket>
|
||||
|
||||
#include "encttssettings.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtCore>
|
||||
#include <QTcpSocket>
|
||||
|
||||
#include "ttsfestival.h"
|
||||
#include "utils.h"
|
||||
#include "rbsettings.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue