summaryrefslogtreecommitdiff
path: root/core/settings/security/main.cpp
authorharlekin <harlekin>2003-12-10 22:34:29 (UTC)
committer harlekin <harlekin>2003-12-10 22:34:29 (UTC)
commit35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1 (patch) (side-by-side diff)
treecf9c57d312570cc8d30946d53d6b0fc8c14d38f5 /core/settings/security/main.cpp
parentdffe105588cace5d96792155cee3a32a70a05017 (diff)
downloadopie-35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1.zip
opie-35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1.tar.gz
opie-35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1.tar.bz2
less includes
Diffstat (limited to 'core/settings/security/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/settings/security/main.cpp b/core/settings/security/main.cpp
index 3141fb8..aed8ab2 100644
--- a/core/settings/security/main.cpp
+++ b/core/settings/security/main.cpp
@@ -9,24 +9,21 @@
** packaging of this file.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
-#include <qpe/qpeapplication.h>
-#include <qpe/qcopenvelope_qws.h>
-#include <qpe/global.h>
#include "security.h"
#include <opie/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<Security> )