From d063dce0ade1e18044cb8826963e47e979e9a280 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 11 Oct 2004 20:31:10 +0000 Subject: Last missing piece to remove stdc++ dependency -Remove linking against stdc++ -Remove includes of fstream and algorithm --- (limited to 'noncore') diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index a74b861..d76ae39 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro @@ -34,7 +34,7 @@ SOURCES = mainwin.cpp \ TARGET = aqpkg INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopiecore2 -lopieui2 -lstdc++ +LIBS += -lqpe -lopiecore2 -lopieui2 include ( $(OPIEDIR)/include.pro ) 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 #include -/* STD */ -#include -#include -using namespace std; - using namespace Opie::Ui; using namespace Opie::Ui; SettingsImpl :: SettingsImpl( DataManager *dataManager, QWidget * parent, const char* name, bool modal, WFlags fl ) -- cgit v0.9.0.2