]> git.sesse.net Git - nageru/blobdiff - vis.cpp
Allow symlinked frame files. Useful for testing.
[nageru] / vis.cpp
diff --git a/vis.cpp b/vis.cpp
index 8ecf29749616ceb79f640d3c6fa9d1b314ade3a1..c67a0ccec6278a72b1feed7f4dd57b0e86ddf5eb 100644 (file)
--- a/vis.cpp
+++ b/vis.cpp
@@ -1,11 +1,10 @@
 // Visualize a .flo file.
 
-#include <assert.h>
-#include <stdio.h>
+#include "util.h"
 
+#include <assert.h>
 #include <memory>
-
-#include "util.h"
+#include <stdio.h>
 
 using namespace std;