]> git.sesse.net Git - nageru/blobdiff - eval.cpp
Allow symlinked frame files. Useful for testing.
[nageru] / eval.cpp
index 8161527127179bb1aaa10cad80d824c5569f8f95..85783bb58a1a83d95b92391c6fbc37d234f6d3c2 100644 (file)
--- a/eval.cpp
+++ b/eval.cpp
@@ -1,12 +1,11 @@
 // Evaluate a .flo file against ground truth,
 // outputting the average end-point error.
 
-#include <assert.h>
-#include <stdio.h>
+#include "util.h"
 
+#include <assert.h>
 #include <memory>
-
-#include "util.h"
+#include <stdio.h>
 
 using namespace std;