[hipl-commit] [trunk] Rev 4174: Remove unnecessary performance #includes.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 14:15:47 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 08/04/2010 at 14:15:47
Revision: 4174
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove unnecessary performance #includes.

Modified:
  M  firewall/midauth.c
  M  hipd/update.c

=== modified file 'firewall/midauth.c'
--- firewall/midauth.c  2010-03-18 21:15:21 +0000
+++ firewall/midauth.c  2010-04-08 11:15:32 +0000
@@ -30,10 +30,6 @@
 #include "lib/core/solve.h"
 #include "lib/tool/checksum.h"
 
-#ifdef CONFIG_HIP_PERFORMANCE
-#include "lib/performance/performance.h"
-#endif
-
 static struct midauth_handlers handlers;
 
 /**

=== modified file 'hipd/update.c'
--- hipd/update.c       2010-03-31 12:18:02 +0000
+++ hipd/update.c       2010-04-08 11:15:32 +0000
@@ -22,10 +22,6 @@
 #include "update_legacy.h"
 #include "esp_prot_hipd_msg.h"
 
-#ifdef CONFIG_HIP_PERFORMANCE
-#include "lib/performance/performance.h"
-#endif
-
 #ifdef CONFIG_HIP_MIDAUTH
 #include "pisa.h"
 #endif

Other related posts:

  • » [hipl-commit] [trunk] Rev 4174: Remove unnecessary performance #includes. - Diego Biurrun