[hipl-commit] [trunk] Rev 4215: cosmetics: Use "" instead of <> for local header #includes.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2010 18:01:04 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/04/2010 at 18:01:04
Revision: 4215
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  cosmetics: Use "" instead of <> for local header #includes.

Modified:
  M  firewall/cache_port.c
  M  hipd/pfkeyapi.c

=== modified file 'firewall/cache_port.c'
--- firewall/cache_port.c       2010-03-18 21:15:21 +0000
+++ firewall/cache_port.c       2010-04-09 15:00:47 +0000
@@ -27,8 +27,7 @@
 
 #include "cache_port.h"
 #include "cache.h"
-
-#include <lib/tool/lutil.h>
+#include "lib/tool/lutil.h"
 
 
 

=== modified file 'hipd/pfkeyapi.c'
--- hipd/pfkeyapi.c     2010-03-29 17:50:59 +0000
+++ hipd/pfkeyapi.c     2010-04-09 15:00:47 +0000
@@ -14,11 +14,11 @@
 /* required for caddr_t */
 #define _BSD_SOURCE
 
-#include <lib/ipsec/pfkeyv2.h>
 #include <linux/ipsec.h>
 
 #include "config.h"
 #include "lib/ipsec/libpfkey.h"
+#include "lib/ipsec/pfkeyv2.h"
 #include "pfkeyapi.h"
 #include "lib/core/hip_udp.h"
 #include "lib/core/keylen.h"

Other related posts:

  • » [hipl-commit] [trunk] Rev 4215: cosmetics: Use "" instead of <> for local header #includes. - Diego Biurrun