]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-firewall-util.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / test / test-firewall-util.c
index d636e427c4d381423131417875d3e5ad4e9f32fa..ff66bde094712c0303e43704902c9d15cccb2138 100644 (file)
@@ -19,8 +19,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "log.h"
 #include "firewall-util.h"
+#include "log.h"
 
 #define MAKE_IN_ADDR_UNION(a,b,c,d) (union in_addr_union) { .in.s_addr = htobe32((uint32_t) (a) << 24 | (uint32_t) (b) << 16 | (uint32_t) (c) << 8 | (uint32_t) (d))}