diff options
author | Christian Kandeler <[email protected]> | 2013-09-02 14:04:12 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-09-04 15:51:36 +0200 |
commit | 15d1048ef2513c3a1cb38fcb6144d3ca2b796bc1 (patch) | |
tree | 51c1d7cefe617767a6b933c888b2ff466f53176e /src/shared/help/indexwindow.cpp | |
parent | 041c584805cf2ed5d2210315b691c97a3667b744 (diff) |
Fix some include statements.
In several places, it says '#include "..."' for headers
from different libraries/plugins.
Change-Id: I96cd74fef9b30163adefe3e1720e0847bed9553a
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/shared/help/indexwindow.cpp')
-rw-r--r-- | src/shared/help/indexwindow.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/shared/help/indexwindow.cpp b/src/shared/help/indexwindow.cpp index bbe713f8996..34a6721c771 100644 --- a/src/shared/help/indexwindow.cpp +++ b/src/shared/help/indexwindow.cpp @@ -28,13 +28,14 @@ ****************************************************************************/ #include "indexwindow.h" -#include "centralwidget.h" -#include "helpviewer.h" -#include "localhelpmanager.h" -#include "openpagesmanager.h" #include "topicchooser.h" +#include <centralwidget.h> +#include <helpviewer.h> +#include <localhelpmanager.h> +#include <openpagesmanager.h> + #include <utils/filterlineedit.h> #include <utils/hostosinfo.h> #include <utils/styledbar.h> |