aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bindings/c/tag_c.cpp4
1 files 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 <stdlib.h>
#include <fileref.h>
#include <tfile.h>
@@ -42,6 +40,8 @@
#include <string.h>
#include <id3v2framefactory.h>
+#include "tag_c.h"
+
using namespace TagLib;
static List<char *> strings;