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/interfaceppp.cpp') diff --git a/noncore/settings/networksettings/ppp/interfaceppp.cpp b/noncore/settings/networksettings/ppp/interfaceppp.cpp index 5cc6f70..7d52f66 100644 --- a/noncore/settings/networksettings/ppp/interfaceppp.cpp +++ b/noncore/settings/networksettings/ppp/interfaceppp.cpp @@ -1,14 +1,18 @@ +#include "auth.h" +#include "interfaceppp.h" +#include "modem.h" +#include "pppdata.h" + +/* OPIE */ +#include +using namespace Opie::Core; +/* QT */ #include #include #include #include -#include "auth.h" -#include "interfaceppp.h" -#include "modem.h" -#include "pppdata.h" - InterfacePPP::InterfacePPP(QObject *parent, const char *name, bool status) : Interface(parent, name, status), _modemPtr(0), -- cgit v0.9.0.2