diff options
Diffstat (limited to 'src/views/viewmodecontroller.h')
| -rw-r--r-- | src/views/viewmodecontroller.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 6fa43c38b..2cc5c6c91 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -20,10 +20,11 @@ #ifndef VIEWMODECONTROLLER_H #define VIEWMODECONTROLLER_H -#include <QUrl> -#include <QObject> #include "dolphin_export.h" -#include <views/dolphinview.h> +#include "views/dolphinview.h" + +#include <QObject> +#include <QUrl> /** * @brief Allows the DolphinView to control the view implementations for the |
