Update includes to use <>.

This commit is contained in:
Egor Pugin 2019-10-29 14:31:38 +03:00
parent 629b05d978
commit 9e324938ab
3 changed files with 8 additions and 6 deletions

View File

@ -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;
/**********************************************************************

View File

@ -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 {

View File

@ -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;