1
0
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:
Paul Licameli 2020-06-12 14:02:37 -04:00
parent c84a2d295d
commit 6f402b3071
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,8 @@
#include <string.h>
#include "expat.h"
XMLFileReader::XMLFileReader()
{
mParser = XML_ParserCreate(NULL);

View File

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