]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - form/llib-lformt
ncurses 6.0 - patch 20161203
[ncurses.git] / form / llib-lformt
index 967a4a769f0f646063d5a1b68ff906e94e753282..55af2d043894353f771f864996c9de3031b133ee 100644 (file)
@@ -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 <locale.h>
-
 typedef struct
   {
     int precision;
@@ -823,8 +821,6 @@ FIELDTYPE *_nc_TYPE_NUMERIC(void)
 
 /* ./fty_regex.c */
 
-#include <regex.h>
-
 typedef struct
   {
     regex_t *pRegExp;