mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Update includes to use <>.
This commit is contained in:
parent
629b05d978
commit
9e324938ab
@ -19,10 +19,12 @@
|
||||
#ifndef CLST_H
|
||||
#define CLST_H
|
||||
|
||||
#include <cstdio>
|
||||
#include "tesseract/serialis.h"
|
||||
#include "lsterr.h"
|
||||
|
||||
#include <tesseract/serialis.h>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
class CLIST_ITERATOR;
|
||||
|
||||
/**********************************************************************
|
||||
|
@ -19,10 +19,10 @@
|
||||
#ifndef PARAMS_H
|
||||
#define PARAMS_H
|
||||
|
||||
#include <cstdio>
|
||||
#include <tesseract/genericvector.h>
|
||||
#include <tesseract/strngs.h>
|
||||
|
||||
#include "tesseract/genericvector.h"
|
||||
#include "tesseract/strngs.h"
|
||||
#include <cstdio>
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef TESSERACT_CLASSIFY_SHAPECLASSIFIER_H_
|
||||
#define TESSERACT_CLASSIFY_SHAPECLASSIFIER_H_
|
||||
|
||||
#include "tesseract/unichar.h"
|
||||
#include <tesseract/unichar.h>
|
||||
|
||||
template <typename T> class GenericVector;
|
||||
struct Pix;
|
||||
|
Loading…
Reference in New Issue
Block a user