From 8953f4149f0eb0e3d86f320f616e148a73c94782 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 25 Jun 2018 14:30:23 +0200 Subject: [PATCH] qspline: Remove unneeded include statement Signed-off-by: Stefan Weil --- src/ccstruct/quspline.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/ccstruct/quspline.h b/src/ccstruct/quspline.h index b2d71c436..2b04e8437 100644 --- a/src/ccstruct/quspline.h +++ b/src/ccstruct/quspline.h @@ -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;