mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +02:00
delete unneeded headers
This commit is contained in:
parent
c0b13c06d6
commit
13de13b822
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,7 @@
|
||||||
#ifndef hifi_LoginDialog_h
|
#ifndef hifi_LoginDialog_h
|
||||||
#define hifi_LoginDialog_h
|
#define hifi_LoginDialog_h
|
||||||
|
|
||||||
#include <QtCore/QUuid>
|
|
||||||
|
|
||||||
#include <OffscreenQmlDialog.h>
|
#include <OffscreenQmlDialog.h>
|
||||||
#include <SettingHandle.h>
|
|
||||||
|
|
||||||
class QNetworkReply;
|
class QNetworkReply;
|
||||||
|
|
||||||
|
@ -84,4 +81,4 @@ private:
|
||||||
bool _isLogIn{ false };
|
bool _isLogIn{ false };
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_LoginDialog_h
|
#endif // hifi_LoginDialog_h
|
||||||
|
|
Loading…
Reference in a new issue