diff options
author | Friedemann Kleint <[email protected]> | 2013-03-12 12:24:07 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2013-03-13 11:33:46 +0100 |
commit | 74e7e942321773828dbefd3a4d6b61fca97057d4 (patch) | |
tree | ca451c3f39dc9bb1d055b7249c83be24833be978 /src/shared/help/indexwindow.cpp | |
parent | ec11892759fe959ff1faece09e28e39d5172d0b2 (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.cpp | 2 |
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" |