]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/pack.c
Update copyright year to 2017
[lugaru.git] / Source / Utils / pack.c
index 736085d396a125c4379869b03221849a8a6f2767..730dc9544d71c7bfcba933a27c63377a2b00b8d7 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,11 +18,11 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdlib.h>
-
 #include "binio.h"
 #include "private.h"
 
+#include <stdlib.h>
+
 struct BinIOPackContext {
     uint8_t *buffer;
     va_list  args;