diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 0e40fde9ca4..b18a35fe295 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -47,7 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | #include <ctype.h> | 47 | #include <ctype.h> |
| 48 | #include <float.h> | 48 | #include <float.h> |
| 49 | #include <limits.h> | 49 | #include <limits.h> |
| 50 | #include <intprops.h> | ||
| 51 | #include <strftime.h> | 50 | #include <strftime.h> |
| 52 | #include <verify.h> | 51 | #include <verify.h> |
| 53 | 52 | ||