mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 17:17:40 +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 <string.h>
|
||||||
|
|
||||||
|
#include "expat.h"
|
||||||
|
|
||||||
XMLFileReader::XMLFileReader()
|
XMLFileReader::XMLFileReader()
|
||||||
{
|
{
|
||||||
mParser = XML_ParserCreate(NULL);
|
mParser = XML_ParserCreate(NULL);
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
#include "../Audacity.h"
|
#include "../Audacity.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "expat.h"
|
struct XML_ParserStruct;
|
||||||
|
typedef struct XML_ParserStruct *XML_Parser;
|
||||||
|
|
||||||
#include "XMLTagHandler.h"
|
#include "XMLTagHandler.h"
|
||||||
#include "Internat.h" // for TranslatableString
|
#include "Internat.h" // for TranslatableString
|
||||||
|
Loading…
x
Reference in New Issue
Block a user