summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/settingsimpl.cpp
authorzecke <zecke>2004-10-11 20:31:10 (UTC)
committer zecke <zecke>2004-10-11 20:31:10 (UTC)
commitd063dce0ade1e18044cb8826963e47e979e9a280 (patch) (side-by-side diff)
treeafcbd1b0cb7b4dcf0370b9575bf4025820347613 /noncore/settings/aqpkg/settingsimpl.cpp
parent75fb192e17a3e55dc0c631dbd62b42796714b0dc (diff)
downloadopie-d063dce0ade1e18044cb8826963e47e979e9a280.zip
opie-d063dce0ade1e18044cb8826963e47e979e9a280.tar.gz
opie-d063dce0ade1e18044cb8826963e47e979e9a280.tar.bz2
Last missing piece to remove stdc++ dependency
-Remove linking against stdc++ -Remove includes of fstream and algorithm
Diffstat (limited to 'noncore/settings/aqpkg/settingsimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/settingsimpl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/noncore/settings/aqpkg/settingsimpl.cpp b/noncore/settings/aqpkg/settingsimpl.cpp
index 2f35617..9c8ec7a 100644
--- a/noncore/settings/aqpkg/settingsimpl.cpp
+++ b/noncore/settings/aqpkg/settingsimpl.cpp
@@ -47,11 +47,6 @@
#include <qlistbox.h>
#include <qpushbutton.h>
-/* STD */
-#include <fstream>
-#include <algorithm>
-using namespace std;
-
using namespace Opie::Ui;
using namespace Opie::Ui;
SettingsImpl :: SettingsImpl( DataManager *dataManager, QWidget * parent, const char* name, bool modal, WFlags fl )