From fb2f09533c7476a266a877c351007c2706b2da0d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 09 Apr 2004 15:00:06 +0000 Subject: - eliminate cylic dependency - complete using opie debugging framework - sanitize #include order --- (limited to 'noncore/settings/networksettings/ppp/pppconfig.cpp') diff --git a/noncore/settings/networksettings/ppp/pppconfig.cpp b/noncore/settings/networksettings/ppp/pppconfig.cpp index a8c99fd..d2a1490 100644 --- a/noncore/settings/networksettings/ppp/pppconfig.cpp +++ b/noncore/settings/networksettings/ppp/pppconfig.cpp @@ -1,8 +1,3 @@ - -#include -#include -#include - #include "accounts.h" #include "devices.h" #include "general.h" @@ -12,6 +7,15 @@ #include "pppdata.h" #include "runtests.h" +/* OPIE */ +#include +using namespace Opie::Core; + +/* QT */ +#include +#include +#include + PPPConfigWidget::PPPConfigWidget( InterfacePPP* iface, QWidget *parent, const char *name, bool modal, WFlags fl ) -- cgit v0.9.0.2