X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Fprivate.c;h=935f51e1477a9711610f1fcd1aaa2e25b2fbc2a4;hb=217da32c9ec772214e6cdbf238224aa930f819df;hp=6ff2b59ca18e7356cfac23d8e42bdb926e63361a;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Utils/private.c b/Source/Utils/private.c index 6ff2b59..935f51e 100644 --- a/Source/Utils/private.c +++ b/Source/Utils/private.c @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -18,10 +18,10 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include - #include "private.h" +#include + void BinIOConvert1(int from_byte_order, int to_byte_order, const uint8_t *src, uint8_t *dst, unsigned int count)