[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6348: cosmetics: Move a #include back into the proper order.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 20 Mar 2012 18:05:15 -0000

------------------------------------------------------------
revno: 6348
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2012-03-20 13:28:24 +0100
message:
  cosmetics: Move a #include back into the proper order.
modified:
  hipd/init.c


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'hipd/init.c'
--- hipd/init.c 2012-03-20 11:09:54 +0000
+++ hipd/init.c 2012-03-20 12:28:24 +0000
@@ -74,6 +74,7 @@
 #include "accessor.h"
 #include "close.h"
 #include "dh.h"
+#include "esp_prot_hipd_msg.h"
 #include "esp_prot_light_update.h"
 #include "hadb.h"
 #include "hidb.h"
@@ -90,7 +91,6 @@
 #include "registration.h"
 #include "user.h"
 #include "init.h"
-#include "hipd/esp_prot_hipd_msg.h"
 
 
 /**

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6348: cosmetics: Move a #include back into the proper order. - noreply