diff options
Diffstat (limited to 'usr/src/lib/watchmalloc/common/malloc.c')
-rw-r--r-- | usr/src/lib/watchmalloc/common/malloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/watchmalloc/common/malloc.c b/usr/src/lib/watchmalloc/common/malloc.c index c62459c007..6e2c85112d 100644 --- a/usr/src/lib/watchmalloc/common/malloc.c +++ b/usr/src/lib/watchmalloc/common/malloc.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -58,7 +58,6 @@ * Otherwise, it is always 0. */ -#include <c_synonyms.h> #include "mallint.h" static mutex_t __watch_malloc_lock = DEFAULTMUTEX; |