]> granicus.if.org Git - graphviz/commitdiff
Xcode project now depends only on make and not on make install; project executable...
authorglenlow <devnull@localhost>
Wed, 13 Feb 2008 05:08:09 +0000 (05:08 +0000)
committerglenlow <devnull@localhost>
Wed, 13 Feb 2008 05:08:09 +0000 (05:08 +0000)
macosx/GVGraph.h
macosx/GVGraphDefaultAttributes.h

index 784bf97a6187b02f991639251815a051a68bdc46..8077113a54df69e46fdfc9400e1317b90a1ce4b4 100644 (file)
@@ -16,7 +16,7 @@
 
 #import <Foundation/Foundation.h>
 
-#include <graphviz/gvc.h>
+#include "gvc.h"
 
 @class GVGraphArguments;
 @class GVGraphDefaultAttributes;
index ef040d2cca237173c7e8cbb06f79a9ca4772957a..3e96cc187b648bba7ae0be4f08bfd074b119d4d4 100644 (file)
@@ -16,8 +16,8 @@
 
 #import <Foundation/Foundation.h>
 
-#include <graphviz/types.h>
-#include <graphviz/graph.h>
+#include "types.h"
+#include "graph.h"
 
 @class GVGraph;