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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 29 Mar 2010 21:42:14 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 29/03/2010 at 21:42:14
Revision: 4077
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

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

Modified:
  M  lib/tool/pfkeysadb.c

=== modified file 'lib/tool/pfkeysadb.c'
--- lib/tool/pfkeysadb.c        2010-03-18 16:25:40 +0000
+++ lib/tool/pfkeysadb.c        2010-03-29 18:41:59 +0000
@@ -10,12 +10,12 @@
 
 #include "config.h"
 
-#include <lib/ipsec/pfkeyv2.h>
 #include <linux/ipsec.h>
 
 #include "config.h"
 #include "hipd/pfkeyapi.h"
 #include "lib/ipsec/libpfkey.h"
+#include "lib/ipsec/pfkeyv2.h"
 #include "lib/core/hip_udp.h"
 #include "lib/core/keylen.h"
 #include "lib/core/debug.h"

Other related posts:

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