| Index: testing/test_support.h
|
| diff --git a/testing/test_support.h b/testing/test_support.h
|
| index 4bb88db254f3c407f88f992eed55345663efcddf..afa3bafc9605bead4308a50142a0289dcb05167b 100644
|
| --- a/testing/test_support.h
|
| +++ b/testing/test_support.h
|
| @@ -11,9 +11,8 @@
|
| #include "../public/fpdfview.h"
|
|
|
| #ifdef PDF_ENABLE_V8
|
| -#include "v8/include/libplatform/libplatform.h"
|
| #include "v8/include/v8.h"
|
| -#endif
|
| +#endif // PDF_ENABLE_V8
|
|
|
| // Reads the entire contents of a file into a newly malloc'd buffer.
|
| char* GetFileContents(const char* filename, size_t* retlen);
|
|
|