From 23621ee3c41bdec7e873eb42d864b4c7e884dc72 Mon Sep 17 00:00:00 2001 From: "epg@pretzelnet.org" <> Date: Thu, 1 Nov 2012 17:40:36 -0700 Subject: [PATCH] reorder includes --- taglib.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taglib.cc b/taglib.cc index 3d28eb3..6aa8113 100644 --- a/taglib.cc +++ b/taglib.cc @@ -1,7 +1,3 @@ -#include -#include -#include - #include #include @@ -12,6 +8,10 @@ #include #include +#include +#include +#include + static const char * taglib_apic(const char *mp3_path, const char *image_bytes, size_t image_len, const char *description_utf8, const char *mime_type) -- 2.48.1