]> granicus.if.org Git - graphviz/commitdiff
<fPQ.h> -> "fPQ.h"
authorJohn Ellson <ellson@research.att.com>
Mon, 15 Jul 2013 14:07:34 +0000 (10:07 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 15 Jul 2013 14:07:34 +0000 (10:07 -0400)
lib/neatogen/multispline.c
lib/ortho/fPQ.c

index db7cd002809f770d789a609bf755efce530386d6..702e473ae6822e2b84873fdf9e6893cac9ae0d5a 100644 (file)
@@ -1262,7 +1262,7 @@ static void resetGraph(tgraph * g, int ncnt, int ecnt)
 #define PQVTYPE float
 
 #define PQ_TYPES
-#include <fPQ.h>
+#include "fPQ.h"
 #undef PQ_TYPES
 
 typedef struct {
@@ -1275,7 +1275,7 @@ typedef struct {
 #define N_IDX(pq,n) ((PPQ*)pq)->idxs[n]
 
 #define PQ_CODE
-#include <fPQ.h>
+#include "fPQ.h"
 #undef PQ_CODE
 
 #define N_DAD(n) dad[n]
index 681bf10b11cc2f924f8956ab7973604b893c5801..94eb611bf867870b4b77e12ad10f50621c8425a6 100644 (file)
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-
-#include <fPQ.h>
 #include <memory.h>
 #include <assert.h>
 
+#include "fPQ.h"
+
 static snode**  pq;
 static int     PQcnt;
 static snode    guard;