Merge pull request #1540 from stweil/strings

Remove unneeded include statements for string / strings.h
This commit is contained in:
zdenop 2018-05-01 10:15:40 +02:00 committed by GitHub
commit 984a9817fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View File

@ -88,7 +88,6 @@ set(include_files_list
stdbool.h
stdint.h
stdlib.h
strings.h
string.h
sys/ipc.h
sys/shm.h

View File

@ -105,7 +105,6 @@ projects:
- stdbool.h
- stdint.h
- stdlib.h
- strings.h
- string.h
- sys/ipc.h
- sys/shm.h

View File

@ -21,11 +21,6 @@
#define TESSERACT_CCMAIN_PARAGRAPHS_INTERNAL_H_
#include "paragraphs.h"
#ifdef _MSC_VER
#include <string>
#else
#include "strings.h"
#endif
// NO CODE OUTSIDE OF paragraphs.cpp AND TESTS SHOULD NEED TO ACCESS
// DATA STRUCTURES OR FUNCTIONS IN THIS FILE.