[hipl-commit] [tiny] Rev 3711: Cleaned-up includes in UPDATE module.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 25 Mar 2010 16:02:04 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: 25/03/2010 at 16:02:04
Revision: 3711
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Cleaned-up includes in UPDATE module.

Modified:
  M  modules/update/hipd/update.c
  M  modules/update/hipd/update.h
  M  modules/update/hipd/update_legacy.c

=== modified file 'modules/update/hipd/update.c'
--- modules/update/hipd/update.c        2010-03-19 14:29:54 +0000
+++ modules/update/hipd/update.c        2010-03-25 14:01:45 +0000
@@ -15,11 +15,12 @@
 #include "update.h"
 
 #include "lib/core/builder.h"
-#include "lib/core/protodefs.h"
 #include "lib/core/hip_udp.h"
 #include "lib/core/solve.h"
+#include "hipd/hadb.h"
 #include "hipd/netdev.h"
 #include "hipd/nsupdate.h"
+#include "hipd/pkt_handling.h"
 #include "update_legacy.h"
 
 #ifdef CONFIG_HIP_PERFORMANCE

=== modified file 'modules/update/hipd/update.h'
--- modules/update/hipd/update.h        2010-03-25 10:47:44 +0000
+++ modules/update/hipd/update.h        2010-03-25 14:01:45 +0000
@@ -10,10 +10,7 @@
 #define HIP_HIPD_UPDATE_H
 
 #include <stdint.h>
-
-#include "lib/core/builder.h"
-#include "hipd/hadb.h"
-#include "hipd/pkt_handling.h"
+#include "lib/core/protodefs.h"
 
 int hip_create_locators(hip_common_t *locator_msg,
                         struct hip_locator_info_addr_item **locators);

=== modified file 'modules/update/hipd/update_legacy.c'
--- modules/update/hipd/update_legacy.c 2010-03-19 14:29:54 +0000
+++ modules/update/hipd/update_legacy.c 2010-03-25 14:01:45 +0000
@@ -11,6 +11,9 @@
 
 #include "update.h"
 #include "update_legacy.h"
+#include "hipd/hipd.h"
+#include "lib/core/debug.h"
+#include "lib/core/list.h"
 
 /* required for s6_addr32 */
 #define _BSD_SOURCE

Other related posts:

  • » [hipl-commit] [tiny] Rev 3711: Cleaned-up includes in UPDATE module. - Tim Just