]> granicus.if.org Git - graphviz/commitdiff
fix: update neatopack.c example for latest API
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Jul 2020 17:11:12 +0000 (10:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 7 Jul 2020 00:11:25 +0000 (17:11 -0700)
dot.demo/neatopack.c

index 932e03ff5fa8616616525d07dfcba8c7c98c6cdc..d5c7cce58085ef23ddbefd62a18bda8c310b3e0f 100644 (file)
@@ -10,8 +10,8 @@
  * Contributors: See CVS logs. Details at http://www.graphviz.org/
  *************************************************************************/
 
-#include <gvc.h>
-#include <pack.h>
+#include <graphviz/gvc.h>
+#include <graphviz/pack.h>
 
 int main (int argc, char* argv[])
 {