From f0f76056ac3982783ab3dfe94d77ba5d25e19957 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 3 Oct 2013 11:54:24 -0700 Subject: Include the ui_*.h headers in the main headers. This means we can also remove the forward declarations. This is the first step in removing the memory allocation for the ui sub-classes. Without the second step, this commit is just making the compilation time increase for no good reason :-) Signed-off-by: Thiago Macieira Signed-off-by: Dirk Hohndel --- qt-ui/downloadfromdivecomputer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qt-ui/downloadfromdivecomputer.cpp') diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index eaf8efd70..c10ec90be 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -1,5 +1,4 @@ #include "downloadfromdivecomputer.h" -#include "ui_downloadfromdivecomputer.h" #include "../libdivecomputer.h" #include "../helpers.h" -- cgit v1.2.3-70-g09d2