From 6be3c2a542d38a4841410795cc2a603d4329a33e Mon Sep 17 00:00:00 2001
From: Brad Barber <bradb@shore.net>
Date: Thu, 14 Jan 2010 22:40:09 -0500
Subject: [PATCH] Fixed quote for #include in qhull.h [U.Hergenhahn, K.Roland]

---
 src/Changes.txt | 1 +
 src/qhull.h     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/Changes.txt b/src/Changes.txt
index 05c2641..77316b1 100644
--- a/src/Changes.txt
+++ b/src/Changes.txt
@@ -20,6 +20,7 @@ To do
 
 ------------
 qhull 2010.1 2010/01/14
+- Fixed quote for #include in qhull.h [U.Hergenhahn, K.Roland]
 - Add qt-qhull.cpp with Qt conditional code
 - Add libqhullp.proj
 - Add libqhull5 to Readme, Announce, download
diff --git a/src/qhull.h b/src/qhull.h
index 3354218..714d8e8 100644
--- a/src/qhull.h
+++ b/src/qhull.h
@@ -6,13 +6,13 @@
    Proxy for libqhull.h for backwards compatability
 
    copyright (c) 1993-2010 The Geometry Center.
-   $Id: //product/qhull/main/rel/src/qhull.h#50 $$Change: 1137 $
-   $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $
+   $Id: //product/qhull/main/rel/src/qhull.h#51 $$Change: 1188 $
+   $DateTime: 2010/01/14 22:35:43 $$Author: bbarber $
 */
 
 #ifndef qhDEFqhull
 #define qhDEFqhull 1
 
-#include "libqhull.h
+#include "libqhull.h"
 
 #endif /* qhDEFqhull */
-- 
GitLab