[hipl-commit] [trunk] Rev 4234: Remove pointless commented-out #includes.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sat, 10 Apr 2010 12:13:03 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 10/04/2010 at 12:13:03
Revision: 4234
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove pointless commented-out #includes.

Modified:
  M  firewall/rule_management.c
  M  firewall/rule_management.h
  M  hipd/hi3.c
  M  hipd/output.h
  M  i3/chord/chord_getfingers.c
  M  i3/chord/chord_traceroute.c

=== modified file 'firewall/rule_management.c'
--- firewall/rule_management.c  2010-04-09 15:20:38 +0000
+++ firewall/rule_management.c  2010-04-10 09:12:33 +0000
@@ -17,7 +17,6 @@
 #include <string.h>
 #include <net/if.h>
 #include <netinet/in.h>
-//#include <linux/types.h>
 #include <linux/netfilter.h>
 #include <libipq.h>
 

=== modified file 'firewall/rule_management.h'
--- firewall/rule_management.h  2010-03-19 09:00:54 +0000
+++ firewall/rule_management.h  2010-04-10 09:12:33 +0000
@@ -7,7 +7,6 @@
 #define HIP_FIREWALL_RULE_MANAGEMENT_H
 
 #include "dlist.h"
-//#include "helpers.h"
 
 #define DROP 0;
 #define ACCEPT 1;

=== modified file 'hipd/hi3.c'
--- hipd/hi3.c  2010-04-09 16:24:44 +0000
+++ hipd/hi3.c  2010-04-10 09:12:33 +0000
@@ -16,7 +16,6 @@
 #define _BSD_SOURCE
 
 #include "hi3.h"
-//#include "output.h"
 
 #define HI3_TRIGGER_MAX 10
 

=== modified file 'hipd/output.h'
--- hipd/output.h       2010-03-10 17:44:36 +0000
+++ hipd/output.h       2010-04-10 09:12:33 +0000
@@ -28,11 +28,7 @@
 #include "user.h"
 #include "nat.h"
 #include "registration.h"
-
-
-/* #include <libiptc/libiptc.h> */
-#include "hipd/esp_prot_hipd_msg.h"
-//#include "i3_id.h"
+#include "esp_prot_hipd_msg.h"
 
 #define HIP_MAX_ICMP_PACKET 512
 

=== modified file 'i3/chord/chord_getfingers.c'
--- i3/chord/chord_getfingers.c 2010-02-17 17:38:08 +0000
+++ i3/chord/chord_getfingers.c 2010-04-10 09:12:33 +0000
@@ -31,7 +31,6 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include "chord.h"
-//#include "../../utils/gen_utils.h"
 
 #define SELECT_TIMEOUT 2
 #define CLIENT_PORT 11355

=== modified file 'i3/chord/chord_traceroute.c'
--- i3/chord/chord_traceroute.c 2010-02-17 17:38:08 +0000
+++ i3/chord/chord_traceroute.c 2010-04-10 09:12:33 +0000
@@ -28,7 +28,6 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include "chord.h"
-//#include "../../utils/gen_utils.h"
 
 #define SELECT_TIMEOUT 2
 #define MAX_RETRIES    3

Other related posts:

  • » [hipl-commit] [trunk] Rev 4234: Remove pointless commented-out #includes. - Diego Biurrun