mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 15:03:45 +08:00
[test] Reorder includes.
This commit is contained in:
parent
53503b34be
commit
b538a25809
@ -9,14 +9,17 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include "allheaders.h"
|
||||
#include "include_gunit.h"
|
||||
|
||||
#include "colpartitiongrid.h"
|
||||
#include "equationdetect.h"
|
||||
#include "tesseractclass.h"
|
||||
#include "include_gunit.h"
|
||||
|
||||
#include "allheaders.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user