From 7448bb353b42356779f4d640f73c25cd4a893aeb Mon Sep 17 00:00:00 2001 From: Wolfgang Plaschg Date: Mon, 20 Jun 2011 03:08:24 +0200 Subject: Include of "tag_c.h" after system libraries. --- bindings/c/tag_c.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- cgit v1.2.3