Chromium Code Reviews| Index: src/ports/SkMemory_malloc.cpp |
| diff --git a/src/ports/SkMemory_malloc.cpp b/src/ports/SkMemory_malloc.cpp |
| index 0b936c9f8cdd3249bd680609b5f630d56c01cfb8..f9836c0e0e03764a8d82673536993ff52b42943c 100644 |
| --- a/src/ports/SkMemory_malloc.cpp |
| +++ b/src/ports/SkMemory_malloc.cpp |
| @@ -1,12 +1,12 @@ |
| - |
| /* |
| * Copyright 2011 Google Inc. |
| * |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| + |
| #include "SkTypes.h" |
| -#include <stdio.h> |
| + |
| #include <stdlib.h> |
| #define SK_DEBUGFAILF(fmt, ...) \ |