]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/private.c
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Utils / private.c
index 6ff2b59ca18e7356cfac23d8e42bdb926e63361a..3e3772836f4f2e592e41520f911075a4b24da622 100644 (file)
@@ -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)