mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix wrong includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31633 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ab3f336c7
commit
3e014d3523
2 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,6 @@
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
|
|
||||||
#include "encttssettings.h"
|
#include "encttssettings.h"
|
||||||
#include "rbspeex.h"
|
|
||||||
|
|
||||||
|
|
||||||
class EncoderBase : public EncTtsSettingInterface
|
class EncoderBase : public EncTtsSettingInterface
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
#include "encoderrbspeex.h"
|
#include "encoderrbspeex.h"
|
||||||
#include "rbsettings.h"
|
#include "rbsettings.h"
|
||||||
|
#include "rbspeex.h"
|
||||||
|
|
||||||
EncoderRbSpeex::EncoderRbSpeex(QObject *parent) : EncoderBase(parent)
|
EncoderRbSpeex::EncoderRbSpeex(QObject *parent) : EncoderBase(parent)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue