qspline: Remove unneeded include statement

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-06-25 14:30:23 +02:00
parent b282d2cb16
commit 8953f4149f

View File

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