Bug 717762: Proliferate js_memcpy and PodCopy, take 2. (r=luke)

This commit is contained in:
Chris Leary
2012-01-17 14:32:36 -08:00
parent a9026ea5c8
commit bf0951e061
30 changed files with 109 additions and 89 deletions

View File

@@ -41,8 +41,6 @@
/*
* JavaScript iterators.
*/
#include <string.h> /* for memcpy */
#include "mozilla/Util.h"
#include "jstypes.h"