diff options
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveInformation.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.cpp b/desktop-widgets/tab-widgets/TabDiveInformation.cpp index ee56fde67..589071a5e 100644 --- a/desktop-widgets/tab-widgets/TabDiveInformation.cpp +++ b/desktop-widgets/tab-widgets/TabDiveInformation.cpp @@ -6,10 +6,9 @@ #include "core/dive.h" #include "desktop-widgets/command.h" #include "core/trip.h" // TODO: Needed because divesChanged uses a trip parameter -> remove that! - -#include <core/qthelper.h> -#include <core/statistics.h> -#include <core/display.h> +#include "core/qthelper.h" +#include "core/statistics.h" +#include "core/display.h" #define COMBO_CHANGED 0 #define TEXT_EDITED 1 |