mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Don't check for limits.h (now unused)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
a1d161326e
commit
d4cf77c92b
@ -82,7 +82,6 @@ include(TestBigEndian)
|
||||
set(include_files_list
|
||||
dlfcn.h
|
||||
inttypes.h
|
||||
limits.h
|
||||
memory.h
|
||||
stdbool.h
|
||||
stdint.h
|
||||
|
@ -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
|
||||
|
||||
|
@ -16,10 +16,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
#include <limits>
|
||||
|
1
sw.cpp
1
sw.cpp
@ -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");
|
||||
|
@ -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>
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
// expects clone of tessdata_fast repo in ../../tessdata_fast
|
||||
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user