| Index: webrtc/libjingle/xmllite/xmlparser.h
|
| diff --git a/webrtc/libjingle/xmllite/xmlparser.h b/webrtc/libjingle/xmllite/xmlparser.h
|
| index 131c585e4da1748fe79fa9486cbd45d773ab9af5..00d562ec2104a799627aec6c953cf43e8e5ccb6d 100644
|
| --- a/webrtc/libjingle/xmllite/xmlparser.h
|
| +++ b/webrtc/libjingle/xmllite/xmlparser.h
|
| @@ -14,11 +14,7 @@
|
| #include <string>
|
|
|
| #include "webrtc/libjingle/xmllite/xmlnsstack.h"
|
| -#ifdef EXPAT_RELATIVE_PATH
|
| #include "expat.h"
|
| -#else
|
| -#include "third_party/expat/v2_0_1/Source/lib/expat.h"
|
| -#endif // EXPAT_RELATIVE_PATH
|
|
|
| struct XML_ParserStruct;
|
| typedef struct XML_ParserStruct* XML_Parser;
|
|
|