]> 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/colorprocs.h

index a70c63fa51cc582667d952e9c303d17a822a21de..b8f2a2d5851f78a5437ffeeda1bec2b8fc907081 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef GV_COLORPROCS_H
 #define GV_COLORPROCS_H
 
-#include <color.h>
+#include "color.h"
 
 #ifdef __cplusplus
 extern "C" {