Changed all #include directives for the stdlib to <> instead of "".
[vvhitespace] / examples / random-heap-dump / randomheap.pvvs
index 8cc142c..b677618 100644 (file)
@@ -14,5 +14,5 @@ SSSTSSSSN  | PUSH 16
 NSTTTTSSSN | JSR > 111000 (dump heap)
 NNN        | DIE
 
 NSTTTTSSSN | JSR > 111000 (dump heap)
 NNN        | DIE
 
-#include "debug.pvvs"
-#include "heap.pvvs"
+#include <debug.pvvs>
+#include <heap.pvvs>