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

index 4c9c9dea885d06bda73d8a3badfdca8290f0557f..9455a5a60a80481ffc349e37dfc24fa501070b18 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef USERSHAPE_H
 #define USERSHAPE_H
 
-#include <cdt.h>
+#include "cdt.h"
 
 #ifdef __cplusplus
 extern "C" {