]> granicus.if.org Git - graphviz/commitdiff
use "..." for local includes
authorellson <devnull@localhost>
Tue, 8 Jan 2008 18:18:59 +0000 (18:18 +0000)
committerellson <devnull@localhost>
Tue, 8 Jan 2008 18:18:59 +0000 (18:18 +0000)
lib/common/types.h

index 9fab28bca9d84baa92e054178fc4ee5a39dcb7ff..2f9e570d98ca0ae088ea21262798ecc5d11cad5f 100644 (file)
@@ -191,7 +191,7 @@ extern "C" {
        boolean usershape;
     } shape_desc;
 
-#include <usershape.h>         /* usershapes needed by gvc even w/o CODEGENS */
+#include "usershape.h"         /* usershapes needed by gvc even w/o CODEGENS */
 #ifdef WITH_CODEGENS
 
     struct codegen_s {