aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/help/indexwindow.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2013-03-12 12:24:07 +0100
committerFriedemann Kleint <[email protected]>2013-03-13 11:33:46 +0100
commit74e7e942321773828dbefd3a4d6b61fca97057d4 (patch)
treeca451c3f39dc9bb1d055b7249c83be24833be978 /src/shared/help/indexwindow.cpp
parentec11892759fe959ff1faece09e28e39d5172d0b2 (diff)
Fix Krazy warnings about includes/header guards in help.
Change-Id: I6ac54b66896ffbba255fc5501d23f0b83dd2c030 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/shared/help/indexwindow.cpp')
-rw-r--r--src/shared/help/indexwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/indexwindow.cpp b/src/shared/help/indexwindow.cpp
index 92d8cfc3573..60b86b7fc49 100644
--- a/src/shared/help/indexwindow.cpp
+++ b/src/shared/help/indexwindow.cpp
@@ -27,10 +27,10 @@
**
****************************************************************************/
+#include "indexwindow.h"
#include "centralwidget.h"
#include "helpviewer.h"
-#include "indexwindow.h"
#include "localhelpmanager.h"
#include "openpagesmanager.h"
#include "topicchooser.h"