Index: src/opts/SkUtils_opts_SSE2.h |
diff --git a/src/opts/SkUtils_opts_SSE2.h b/src/opts/SkUtils_opts_SSE2.h |
index ed24c1ffa40868813e98525bc7134118c72a5c0f..5f0bc329542a4de3fc8e46280e5b774def791487 100644 |
--- a/src/opts/SkUtils_opts_SSE2.h |
+++ b/src/opts/SkUtils_opts_SSE2.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2009 The Android Open Source Project |
* |
@@ -6,8 +5,12 @@ |
* found in the LICENSE file. |
*/ |
+#ifndef SkUtils_opts_SSE2_DEFINED |
+#define SkUtils_opts_SSE2_DEFINED |
#include "SkTypes.h" |
void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count); |
void sk_memset32_SSE2(uint32_t *dst, uint32_t value, int count); |
+ |
+#endif |