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)
* Description: Code for the QSPLINE class.
* Author: Ray Smith
* Created: Tue Oct 08 17:16:12 BST 1991
* Author: Ray Smith
* Created: Tue Oct 08 17:16:12 BST 1991
*
* (C) Copyright 1991, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
@ -17,13 +17,12 @@
*
**********************************************************************/
#ifndef QUSPLINE_H
#define QUSPLINE_H
#ifndef QUSPLINE_H
#define QUSPLINE_H
#include "quadratc.h"
#include "serialis.h"
#include "memry.h"
#include "rect.h"
#include "quadratc.h"
#include "serialis.h"
#include "rect.h"
class ROW;
struct Pix;