fix wrong include indents
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
* *
|
||||
* You should have received a copy of the GNU Affero General Public License *
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||
*****************************************************************************/ #include "qthelper.h"
|
||||
*****************************************************************************/
|
||||
#include "qthelper.h"
|
||||
#include <QtCore>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* *
|
||||
* You should have received a copy of the GNU Affero General Public License *
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||
*****************************************************************************/ #ifndef QTHELPER_H
|
||||
*****************************************************************************/
|
||||
#ifndef QTHELPER_H
|
||||
#define QTHELPER_H
|
||||
|
||||
#ifdef POKERTH_DEDICATED_SERVER
|
||||
|
||||
@@ -16,10 +16,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||
*****************************************************************************/
|
||||
#include "qttoolswrapper.h"
|
||||
|
||||
#include <qthelper/qthelper.h>
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* *
|
||||
* You should have received a copy of the GNU Affero General Public License *
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||
*****************************************************************************/ #ifndef QTTOOLSWRAPPER_H
|
||||
*****************************************************************************/
|
||||
#ifndef QTTOOLSWRAPPER_H
|
||||
#define QTTOOLSWRAPPER_H
|
||||
|
||||
#include <qttoolsinterface.h>
|
||||
|
||||
Reference in New Issue
Block a user