Include of "tag_c.h" after system libraries.

This commit is contained in:
Wolfgang Plaschg 2011-06-20 03:08:24 +02:00
parent b63508ec3e
commit 7448bb353b

View File

@ -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;