references fix

This commit is contained in:
Stojce Slavkovski 2014-06-07 23:27:51 +02:00
parent 8de2bdfb99
commit b3279e03ca
2 changed files with 2 additions and 4 deletions

View file

@ -9,6 +9,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "AccountManager.h"
#include "AccountScriptingInterface.h"
AccountScriptingInterface::AccountScriptingInterface() {

View file

@ -12,11 +12,7 @@
#ifndef hifi_AccountScriptingInterface_h
#define hifi_AccountScriptingInterface_h
#include <QDebug>
#include <QObject>
#include <QString>
#include "Application.h"
class AccountScriptingInterface : public QObject {
Q_OBJECT