Remove gratuitous include of <string.h>.

This commit is contained in:
brendan%netscape.com 1999-06-26 03:32:15 +00:00
parent 54eafda12a
commit 549950fc69

View File

@ -26,7 +26,6 @@
* Also supports LIFO allocation (JS_ARENA_MARK/JS_ARENA_RELEASE).
*/
#include <stdlib.h>
#include <string.h>
#include "jstypes.h"
#include "jscompat.h"