[hipl-commit] [trunk] Rev 3609: Changed order of include headers in firewall/helpers.c

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 11 Feb 2010 18:17:36 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Thu Feb 11 18:17:35 2010 +0200
Revision: 3609
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Changed order of include headers in firewall/helpers.c

Modified:
  M  firewall/helpers.c

=== modified file 'firewall/helpers.c'
--- firewall/helpers.c  2010-02-10 23:02:52 +0000
+++ firewall/helpers.c  2010-02-11 16:17:35 +0000
@@ -1,9 +1,8 @@
-#include "helpers.h"
-
 #include <linux/types.h>
 #include <limits.h>
 #include <linux/netfilter_ipv6.h>
 
+#include "helpers.h"
 
 /**
  * get char* out of in6_addr

Other related posts:

  • » [hipl-commit] [trunk] Rev 3609: Changed order of include headers in firewall/helpers.c - Miika Komu