[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Sebastian Stein
seb.kde at hpfsc.de
Thu May 27 12:43:13 UTC 2004
CVS commit by sstein:
remove unneeded includes
I ran "fixkdeincludes -m", this runs much faster, but it doesn't find all unneeded headers.
M +0 -1 codegenerationoptionspage.cpp 1.7
M +0 -1 codegenerationwizard.cpp 1.18
M +0 -1 settingsdlg.cpp 1.26
M +0 -1 umlroledialog.cpp 1.4
--- kdesdk/umbrello/umbrello/dialogs/umlroledialog.cpp #1.3:1.4
@@ -13,5 +13,4 @@
//kde includes
-#include <kdebug.h>
#include <klocale.h>
--- kdesdk/umbrello/umbrello/dialogs/settingsdlg.cpp #1.25:1.26
@@ -12,5 +12,4 @@
#include <klocale.h>
#include <kfiledialog.h>
-#include <kdebug.h>
//qt includes
#include <qlayout.h>
--- kdesdk/umbrello/umbrello/dialogs/codegenerationwizard.cpp #1.17:1.18
@@ -20,5 +20,4 @@
#include <qlistview.h>
#include <qfileinfo.h>
-#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
--- kdesdk/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp #1.6:1.7
@@ -24,5 +24,4 @@
#include <kfiledialog.h>
#include <klocale.h>
-#include <kdebug.h>
//qt include
More information about the umbrello-devel
mailing list