提交 139d127f 编写于 作者: S Stefan Weil

Remove unneeded include statement for genericvector.h

Signed-off-by: NStefan Weil <sw@weilnetz.de>
上级 71fb5354
......@@ -19,9 +19,10 @@
#ifndef TESSERACT_CCUTIL_TESSDATAMANAGER_H_
#define TESSERACT_CCUTIL_TESSDATAMANAGER_H_
#include <string>
#include "genericvector.h"
#include "strngs.h" // for STRING
#include "serialis.h" // FileWriter
#include <tesseract/baseapi.h> // FileReader
#include <string> // std::string
#include <vector> // std::vector
static const char kTrainedDataSuffix[] = "traineddata";
......
......@@ -4,7 +4,6 @@
// place of a single large code for CJK, similarly for Indic,
// and dissection of ligatures for other scripts.
// Author: Ray Smith
// Created: Wed Mar 04 14:45:01 PST 2015
//
// (C) Copyright 2015, Google Inc.
// Licensed under the Apache License, Version 2.0 (the "License");
......@@ -22,11 +21,12 @@
#ifndef TESSERACT_CCUTIL_UNICHARCOMPRESS_H_
#define TESSERACT_CCUTIL_UNICHARCOMPRESS_H_
#include <unordered_map>
#include "genericvector.h" // GenericVector
#include "serialis.h"
#include "strngs.h"
#include "unicharset.h"
#include <unordered_map>
namespace tesseract {
......
......@@ -22,7 +22,6 @@
#include "errcode.h"
#include "unicharmap.h"
#include "genericvector.h"
#include "helpers.h"
#include "serialis.h"
#include "strngs.h"
......
......@@ -20,7 +20,6 @@
#define TESSERACT_LSTM_CTC_H_
#include "export.h"
#include "genericvector.h"
#include "network.h"
#include "networkio.h"
#include "scrollview.h"
......
......@@ -16,7 +16,6 @@
#ifndef THIRD_PARTY_TESSERACT_CLASSIFY_ERRORCOUNTER_H_
#define THIRD_PARTY_TESSERACT_CLASSIFY_ERRORCOUNTER_H_
#include "genericvector.h"
#include "matrix.h"
#include "statistc.h"
......
......@@ -18,7 +18,6 @@
#include <thread> // for std::thread
#include "fileio.h" // for LoadFileLinesToStrings
#include "lstmtester.h"
#include "genericvector.h"
namespace tesseract {
......
......@@ -23,7 +23,6 @@
#include "include_gunit.h"
#include "genericvector.h"
#include "log.h" // for LOG
#include "unicharset.h"
#include "errorcounter.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册