diff options
Diffstat (limited to 'usr/src/lib/libshell/common/data/options.c')
-rw-r--r-- | usr/src/lib/libshell/common/data/options.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libshell/common/data/options.c b/usr/src/lib/libshell/common/data/options.c index b2894b90e7..5643b86b5a 100644 --- a/usr/src/lib/libshell/common/data/options.c +++ b/usr/src/lib/libshell/common/data/options.c @@ -1,7 +1,7 @@ /*********************************************************************** * * * This software is part of the ast package * -* Copyright (c) 1982-2009 AT&T Intellectual Property * +* Copyright (c) 1982-2010 AT&T Intellectual Property * * and is licensed under the * * Common Public License, Version 1.0 * * by AT&T Intellectual Property * @@ -19,8 +19,7 @@ ***********************************************************************/ #pragma prototyped -#include <defs.h> -#include "FEATURE/options" +#include "defs.h" #include "name.h" #include "shtable.h" |