]> granicus.if.org Git - graphviz/commitdiff
janitor - be consistent about use of <...> only for system includes
authorellson <devnull@localhost>
Thu, 3 Jan 2008 23:24:28 +0000 (23:24 +0000)
committerellson <devnull@localhost>
Thu, 3 Jan 2008 23:24:28 +0000 (23:24 +0000)
lib/common/pointset.c
lib/common/pointset.h

index a282363953cb03927b03cf96b6c3f1c967a107d0..064c5e8086b9fa315b65e9397cb7c9489d032eed 100644 (file)
@@ -15,7 +15,7 @@
 **********************************************************/
 
 
-#include <pointset.h>
+#include "pointset.h"
 
 typedef struct {
     Dtlink_t link;
index d8ab16a98d348b50d80f2e2af4dbd6ae2feaa580..06f309d4b677d5e659bf3daee3d5da76accb4c5f 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 #ifndef _POINTSET_H
 #define _POINTSET_H 1
 
-#include <render.h>
+#include "render.h"
 
     typedef Dict_t PointSet;
     typedef Dict_t PointMap;