X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fllib-lformt;h=55af2d043894353f771f864996c9de3031b133ee;hp=967a4a769f0f646063d5a1b68ff906e94e753282;hb=56f1e8cd80dfb926f74e1739bf969489b0cfa56f;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/form/llib-lformt b/form/llib-lformt index 967a4a76..55af2d04 100644 --- a/form/llib-lformt +++ b/form/llib-lformt @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2010-2010,2015 Free Software Foundation, Inc. * + * Copyright (c) 2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -795,8 +795,6 @@ FIELDTYPE *_nc_TYPE_IPV4(void) /* ./fty_num.c */ -#include - typedef struct { int precision; @@ -823,8 +821,6 @@ FIELDTYPE *_nc_TYPE_NUMERIC(void) /* ./fty_regex.c */ -#include - typedef struct { regex_t *pRegExp;