]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/unpack.c
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Utils / unpack.c
index fbcce3879b48f860cbcb89ef7f083221fcf5bead..5a31c91921b712e500c864aea02ac0c05447d551 100644 (file)
@@ -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 BinIOUnpackContext {
     const uint8_t *data;
     va_list        args;