mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 08:37:42 +02:00
Remove expat.h from XMLFileReader.h
This commit is contained in:
parent
c84a2d295d
commit
6f402b3071
@ -21,6 +21,8 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "expat.h"
|
||||
|
||||
XMLFileReader::XMLFileReader()
|
||||
{
|
||||
mParser = XML_ParserCreate(NULL);
|
||||
|
@ -11,7 +11,8 @@
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include <vector>
|
||||
#include "expat.h"
|
||||
struct XML_ParserStruct;
|
||||
typedef struct XML_ParserStruct *XML_Parser;
|
||||
|
||||
#include "XMLTagHandler.h"
|
||||
#include "Internat.h" // for TranslatableString
|
||||
|
Loading…
x
Reference in New Issue
Block a user