[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb.kde at hpfsc.de
Thu May 27 12:42:39 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 codegenerator.cpp 1.46
M +0 -1 messagewidget.cpp 1.27
M +0 -1 toolbarstateother.cpp 1.2
M +0 -1 umlwidget.cpp 1.83
--- kdesdk/umbrello/umbrello/umlwidget.cpp #1.82:1.83
@@ -32,5 +32,4 @@
#include "associationwidget.h"
#include "dialogs/settingsdlg.h"
-#include "codegenerator.h"
#include "codedocument.h"
#include "floatingtext.h"
--- kdesdk/umbrello/umbrello/toolbarstateother.cpp #1.1:1.2
@@ -16,5 +16,4 @@
#include "notewidget.h"
#include "boxwidget.h"
-#include "boxwidget.h"
#include "floatingtext.h"
#include "activitywidget.h"
--- kdesdk/umbrello/umbrello/messagewidget.cpp #1.26:1.27
@@ -23,5 +23,4 @@
#include "umldoc.h"
#include "listpopupmenu.h"
-#include "objectwidget.h"
MessageWidget::MessageWidget(UMLView * view, ObjectWidget* a, ObjectWidget* b, FloatingText* ft, int id, int y,
--- kdesdk/umbrello/umbrello/codegenerator.cpp #1.45:1.46
@@ -22,5 +22,4 @@
#include <klocale.h>
-#include <kdebug.h>
#include <kmessagebox.h>
#include <kdialogbase.h>
More information about the umbrello-devel
mailing list