mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
qspline: Remove unneeded include statement
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
b282d2cb16
commit
8953f4149f
@ -1,8 +1,8 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* File: quspline.h (Formerly qspline.h)
|
* File: quspline.h (Formerly qspline.h)
|
||||||
* Description: Code for the QSPLINE class.
|
* Description: Code for the QSPLINE class.
|
||||||
* Author: Ray Smith
|
* Author: Ray Smith
|
||||||
* Created: Tue Oct 08 17:16:12 BST 1991
|
* Created: Tue Oct 08 17:16:12 BST 1991
|
||||||
*
|
*
|
||||||
* (C) Copyright 1991, Hewlett-Packard Ltd.
|
* (C) Copyright 1991, Hewlett-Packard Ltd.
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -17,13 +17,12 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#ifndef QUSPLINE_H
|
#ifndef QUSPLINE_H
|
||||||
#define QUSPLINE_H
|
#define QUSPLINE_H
|
||||||
|
|
||||||
#include "quadratc.h"
|
#include "quadratc.h"
|
||||||
#include "serialis.h"
|
#include "serialis.h"
|
||||||
#include "memry.h"
|
#include "rect.h"
|
||||||
#include "rect.h"
|
|
||||||
|
|
||||||
class ROW;
|
class ROW;
|
||||||
struct Pix;
|
struct Pix;
|
||||||
|
Loading…
Reference in New Issue
Block a user