diff --git a/libexif/huawei/mnote-huawei-entry.c b/libexif/huawei/mnote-huawei-entry.c index 448e28b9c15202aa233715f6dec7f8bbbda29648..4c7f431e8e2236f813f7a58424bb461ba82cf2e3 100644 --- a/libexif/huawei/mnote-huawei-entry.c +++ b/libexif/huawei/mnote-huawei-entry.c @@ -13,10 +13,6 @@ * limitations under the License. */ -#include "config.h" -#include "exif-mnote-data-huawei.h" -#include "mnote-huawei-entry.h" -#include "mnote-huawei-tag.h" #include #include @@ -27,6 +23,12 @@ #include #include +#include "config.h" +#include "mnote-huawei-tag.h" +#include "mnote-huawei-entry.h" +#include "exif-mnote-data-huawei.h" + + char * mnote_huawei_entry_get_value(MnoteHuaweiEntry *entry, char *v, unsigned int maxlen) {