summaryrefslogtreecommitdiff
path: root/src/plugins/perforce
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 11:53:14 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 13:56:47 +0100
commit281b2332d27679d6f6bbe2b1575396d8f4520260 (patch)
tree134aefaaa8bf1c068b9b262ecefff7973f40e851 /src/plugins/perforce
parent6da08b530f9cdd497c3fa023bebf9f1e5c5f63cd (diff)
downloadqt-creator-281b2332d27679d6f6bbe2b1575396d8f4520260.tar.gz
Fix Krazy warnings about includes/header guards in version control.
Change-Id: I75f2040e9b3dd5d9786faf2e829ec808af7f1304 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/perforce')
-rw-r--r--src/plugins/perforce/changenumberdialog.cpp4
-rw-r--r--src/plugins/perforce/pendingchangesdialog.cpp3
-rw-r--r--src/plugins/perforce/perforcesettings.h6
3 files changed, 7 insertions, 6 deletions
diff --git a/src/plugins/perforce/changenumberdialog.cpp b/src/plugins/perforce/changenumberdialog.cpp
index ac9ef3d53a..445a3f939e 100644
--- a/src/plugins/perforce/changenumberdialog.cpp
+++ b/src/plugins/perforce/changenumberdialog.cpp
@@ -27,10 +27,10 @@
**
****************************************************************************/
-#include <QIntValidator>
-
#include "changenumberdialog.h"
+#include <QIntValidator>
+
using namespace Perforce::Internal;
ChangeNumberDialog::ChangeNumberDialog(QWidget *parent)
diff --git a/src/plugins/perforce/pendingchangesdialog.cpp b/src/plugins/perforce/pendingchangesdialog.cpp
index 28d4c90a95..c4cdaf4d51 100644
--- a/src/plugins/perforce/pendingchangesdialog.cpp
+++ b/src/plugins/perforce/pendingchangesdialog.cpp
@@ -27,9 +27,10 @@
**
****************************************************************************/
+#include "pendingchangesdialog.h"
+
#include <QRegExp>
-#include "pendingchangesdialog.h"
using namespace Perforce::Internal;
diff --git a/src/plugins/perforce/perforcesettings.h b/src/plugins/perforce/perforcesettings.h
index 285dba4bf8..a84d81fc16 100644
--- a/src/plugins/perforce/perforcesettings.h
+++ b/src/plugins/perforce/perforcesettings.h
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#ifndef PERFOCESETTINGS_H
-#define PERFOCESETTINGS_H
+#ifndef PERFORCESETTINGS_H
+#define PERFORCESETTINGS_H
#include <QString>
#include <QScopedPointer>
@@ -149,4 +149,4 @@ private:
} // Internal
} // Perforce
-#endif // PERFOCESETTINGS_H
+#endif // PERFORCESETTINGS_H