Chromium Code Reviews| Index: webkit/support/webkit_support_gfx.cc |
| diff --git a/webkit/support/webkit_support_gfx.cc b/webkit/support/webkit_support_gfx.cc |
| index 1471e29fe6e51d9ce87110c59f525cb4614302ba..1da7a34bf68914e0d28aa773532dbbaa11d9103e 100644 |
| --- a/webkit/support/webkit_support_gfx.cc |
| +++ b/webkit/support/webkit_support_gfx.cc |
| @@ -9,11 +9,7 @@ |
| #include <string.h> |
| extern "C" { |
| -#if defined(USE_SYSTEM_LIBPNG) |
| -#include <png.h> |
| -#else |
| #include "third_party/libpng/png.h" |
| -#endif |
| #if defined(USE_SYSTEM_ZLIB) |
| #include <zlib.h> |