Don't check for limits.h (now unused)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2020-06-20 10:39:13 +02:00
parent a1d161326e
commit d4cf77c92b
6 changed files with 0 additions and 9 deletions

View File

@ -82,7 +82,6 @@ include(TestBigEndian)
set(include_files_list
dlfcn.h
inttypes.h
limits.h
memory.h
stdbool.h
stdint.h

View File

@ -440,7 +440,6 @@ AC_HEADER_STDC
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([sys/ipc.h sys/shm.h])
AC_CHECK_HEADERS([limits.h])
# Enable use of system-defined bool type if available:
AC_HEADER_STDBOOL

View File

@ -16,10 +16,6 @@
//
///////////////////////////////////////////////////////////////////////
#ifdef __MINGW32__
#include <limits.h>
#endif
#include <algorithm>
#include <cfloat>
#include <limits>

1
sw.cpp
View File

@ -205,7 +205,6 @@ void check(Checker &c)
s.checkFunctionExists("getline");
s.checkIncludeExists("dlfcn.h");
s.checkIncludeExists("inttypes.h");
s.checkIncludeExists("limits.h");
s.checkIncludeExists("memory.h");
s.checkIncludeExists("stdbool.h");
s.checkIncludeExists("stdint.h");

View File

@ -22,7 +22,6 @@
// expects clone of tessdata_fast repo in ../../tessdata_fast
//#include "log.h"
#include <limits.h>
#include <time.h>
#include <fstream>
#include <iostream>

View File

@ -16,7 +16,6 @@
// expects clone of tessdata_fast repo in ../../tessdata_fast
#include <limits.h>
#include <time.h>
#include <fstream>
#include <iostream>