From cf0fbc49e67b55f8d346fc94de28c90113505297 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Mon, 16 Nov 2015 22:09:36 +0100 Subject: tree-wide: sort includes Sort the includes accoding to the new coding style. --- src/basic/strxcpyx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/basic/strxcpyx.c') diff --git a/src/basic/strxcpyx.c b/src/basic/strxcpyx.c index 6542c0abf5..088ba53c29 100644 --- a/src/basic/strxcpyx.c +++ b/src/basic/strxcpyx.c @@ -27,6 +27,7 @@ #include #include + #include "strxcpyx.h" size_t strpcpy(char **dest, size_t size, const char *src) { -- cgit v1.2.3-54-g00ecf