未验证 提交 984a9817 编写于 作者: Z zdenop 提交者: GitHub

Merge pull request #1540 from stweil/strings

Remove unneeded include statements for string / strings.h
...@@ -88,7 +88,6 @@ set(include_files_list ...@@ -88,7 +88,6 @@ set(include_files_list
stdbool.h stdbool.h
stdint.h stdint.h
stdlib.h stdlib.h
strings.h
string.h string.h
sys/ipc.h sys/ipc.h
sys/shm.h sys/shm.h
......
...@@ -105,7 +105,6 @@ projects: ...@@ -105,7 +105,6 @@ projects:
- stdbool.h - stdbool.h
- stdint.h - stdint.h
- stdlib.h - stdlib.h
- strings.h
- string.h - string.h
- sys/ipc.h - sys/ipc.h
- sys/shm.h - sys/shm.h
......
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
#define TESSERACT_CCMAIN_PARAGRAPHS_INTERNAL_H_ #define TESSERACT_CCMAIN_PARAGRAPHS_INTERNAL_H_
#include "paragraphs.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 // NO CODE OUTSIDE OF paragraphs.cpp AND TESTS SHOULD NEED TO ACCESS
// DATA STRUCTURES OR FUNCTIONS IN THIS FILE. // DATA STRUCTURES OR FUNCTIONS IN THIS FILE.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册