fix wrong include indents

This commit is contained in:
doitux
2011-07-03 19:45:08 +00:00
parent 81d9b0d8af
commit d1e7266501
94 changed files with 186 additions and 103 deletions
+2 -1
View File
@@ -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>
+2 -1
View File
@@ -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
-2
View File
@@ -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;
+2 -1
View File
@@ -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>