Skip to content

Commit 8953f41

Browse files
committed
qspline: Remove unneeded include statement
Signed-off-by: Stefan Weil <[email protected]>
1 parent b282d2c commit 8953f41

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/ccstruct/quspline.h

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**********************************************************************
22
* File: quspline.h (Formerly qspline.h)
33
* Description: Code for the QSPLINE class.
4-
* Author: Ray Smith
5-
* Created: Tue Oct 08 17:16:12 BST 1991
4+
* Author: Ray Smith
5+
* Created: Tue Oct 08 17:16:12 BST 1991
66
*
77
* (C) Copyright 1991, Hewlett-Packard Ltd.
88
** Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,13 +17,12 @@
1717
*
1818
**********************************************************************/
1919

20-
#ifndef QUSPLINE_H
21-
#define QUSPLINE_H
20+
#ifndef QUSPLINE_H
21+
#define QUSPLINE_H
2222

23-
#include "quadratc.h"
24-
#include "serialis.h"
25-
#include "memry.h"
26-
#include "rect.h"
23+
#include "quadratc.h"
24+
#include "serialis.h"
25+
#include "rect.h"
2726

2827
class ROW;
2928
struct Pix;

0 commit comments

Comments
 (0)