]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/private.c
Update copyright year to 2017
[lugaru.git] / Source / Utils / private.c
index 6ff2b59ca18e7356cfac23d8e42bdb926e63361a..935f51e1477a9711610f1fcd1aaa2e25b2fbc2a4 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
 
-#include <string.h>
-
 #include "private.h"
 
+#include <string.h>
+
 void BinIOConvert1(int from_byte_order, int to_byte_order,
                    const uint8_t *src, uint8_t *dst,
                    unsigned int count)