[network-manager-pptp] core: remove useless includes



commit bfd620b6faf87d1b541078942f9d1dcaa4bd38f0
Author: Dan Williams <dcbw redhat com>
Date:   Fri Jan 22 13:34:17 2010 -0800

    core: remove useless includes
    
    Sometimes caused compile errors depending on your kernel version,
    plus they weren't even being used.

 src/nm-pptp-service.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/nm-pptp-service.c b/src/nm-pptp-service.c
index ca02ea9..1bc869d 100644
--- a/src/nm-pptp-service.c
+++ b/src/nm-pptp-service.c
@@ -41,12 +41,6 @@
 #include <dbus/dbus.h>
 #include <dbus/dbus-glib.h>
 
-#include <linux/ppp_defs.h>
-#ifndef aligned_u64
-#define aligned_u64 unsigned long long __attribute__((aligned(8)))
-#endif
-#include <linux/if_ppp.h>
-
 #include <nm-setting-vpn.h>
 #include <nm-utils.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]