Index: src/core/SkConfig8888.h |
diff --git a/src/core/SkConfig8888.h b/src/core/SkConfig8888.h |
index 96eaef2447f5969351f3d8cafb6303bd59e1a016..041773e6df433c22297bb2dd82d9d625b02c862a 100644 |
--- a/src/core/SkConfig8888.h |
+++ b/src/core/SkConfig8888.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2011 Google Inc. |
* |
@@ -6,6 +5,8 @@ |
* found in the LICENSE file. |
*/ |
+#ifndef SkConfig8888_DEFINED |
+#define SkConfig8888_DEFINED |
#include "SkCanvas.h" |
#include "SkColorPriv.h" |
@@ -74,3 +75,5 @@ static inline void SkCopyConfig8888ToBitmap(const SkBitmap& dstBmp, |
} |
} |
+ |
+#endif |