]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/pack.c
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Utils / pack.c
index 736085d396a125c4379869b03221849a8a6f2767..da5c2ae9177c2c79b9c6bfcb786fba341b73866a 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 BinIOPackContext {
     uint8_t *buffer;
     va_list  args;