summaryrefslogtreecommitdiffstats
path: root/kppp/pppstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/pppstats.cpp')
-rw-r--r--kppp/pppstats.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/kppp/pppstats.cpp b/kppp/pppstats.cpp
index b5199e60..8063d618 100644
--- a/kppp/pppstats.cpp
+++ b/kppp/pppstats.cpp
@@ -71,10 +71,7 @@
#endif
#include <sys/socket.h> /* *BSD, Linux, NeXT, Ultrix etc. */
#ifndef HAVE_NET_IF_PPP_H
- #ifdef HAVE_LINUX_IF_PPP_H
- #include <linux/if.h>
- #include <linux/if_ppp.h>
- #elif defined(__DragonFly__)
+ #if defined(__DragonFly__)
#include <net/if.h>
#include <net/ppp/if_ppp.h>
#endif