CVS_SILENT: fixincludes

svn path=/trunk/kdeutils/kdepasswd/; revision=117674
This commit is contained in:
Dirk Mueller 2001-10-13 01:06:31 +00:00
parent af4a2c32cb
commit e6b45d17cb
3 changed files with 1 additions and 7 deletions

View file

@ -9,9 +9,8 @@
#include <config.h>
#include <stdlib.h>
#include <qcstring.h>
#include <kapp.h>
#include <kapplication.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>

View file

@ -21,12 +21,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <qcstring.h>
#include <kdebug.h>
#include <kstddirs.h>
#include <kdesu/process.h>
#include "passwd.h"

View file

@ -6,10 +6,8 @@
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>
*/
#include <qstring.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include "passwd.h"
#include "passwddlg.h"