Skip to content

Commit

Permalink
qspline: Remove unneeded include statement
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 25, 2018
1 parent b282d2c commit 8953f41
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/ccstruct/quspline.h
Original file line number Diff line number Diff line change
@@ -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");
Expand All @@ -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;
Expand Down

0 comments on commit 8953f41

Please sign in to comment.