aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Plaschg <wolfgang.plaschg@gmail.com>2011-06-20 03:08:24 +0200
committerWolfgang Plaschg <wolfgang.plaschg@gmail.com>2011-06-20 03:08:24 +0200
commit7448bb353b42356779f4d640f73c25cd4a893aeb (patch)
tree53252dc2957fbda3d96cbcd3d284a579137a42d1
parentb63508ec3ec8278fba96acd760a01d3f11aac98c (diff)
Include of "tag_c.h" after system libraries.
-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;