mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Include of "tag_c.h" after system libraries.
This commit is contained in:
parent
b63508ec3e
commit
7448bb353b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user