From: Martin Mares Date: Fri, 25 Jul 2014 10:52:02 +0000 (+0200) Subject: Extended types: Keep includes sorted X-Git-Tag: v6.1~3^2~45 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6b51799f7bbff92d4a10f23b26a130816f63fc09;p=libucw.git Extended types: Keep includes sorted --- diff --git a/ucw/xtypes-basic.c b/ucw/xtypes-basic.c index 94dc1ed0..14c77d21 100644 --- a/ucw/xtypes-basic.c +++ b/ucw/xtypes-basic.c @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include #define XTYPE_NUM_FORMAT(_type, _fmt, _typename) static const char *xt_##_typename##_format(void *src, u32 fmt UNUSED, struct mempool *pool) \ {\