From: Wolfgang Plaschg Date: Mon, 20 Jun 2011 01:08:24 +0000 (+0200) Subject: Include of "tag_c.h" after system libraries. X-Git-Tag: v1.8beta~80^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7448bb353b42356779f4d640f73c25cd4a893aeb;p=taglib Include of "tag_c.h" after system libraries. --- diff --git a/bindings/c/tag_c.cpp b/bindings/c/tag_c.cpp index 238af078..18a7861c 100644 --- a/bindings/c/tag_c.cpp +++ b/bindings/c/tag_c.cpp @@ -23,8 +23,6 @@ #include "config.h" #endif -#include "tag_c.h" - #include #include #include @@ -42,6 +40,8 @@ #include #include +#include "tag_c.h" + using namespace TagLib; static List strings;