mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 15:43:50 +01:00
Remove expat.h from XMLFileReader.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user