1/*
2 * Copyright 2003-2004, Haiku Inc.
3 * Distributed under the terms of the MIT License.
4 */
5
6#ifndef _K_PPP__H
7#define _K_PPP__H
8
9#include <KPPPConfigurePacket.h>
10#include <KPPPDevice.h>
11	// includes KPPPInterface.h, KPPPLCP.h,
12	// KPPPStateMachine.h and KPPPProtocol.h
13#include <KPPPLCPExtension.h>
14#include <KPPPOptionHandler.h>
15
16#include <PPPControl.h>
17
18
19#endif
20