A couple small mods to the orin build scripts
Also a small cleanup to viewer.cc includes
Change-Id: Ib3df244d5c114ff48674cee2d8700d95bbe67275
Signed-off-by: Jim Ostrowski <yimmy13@gmail.com>
diff --git a/y2023/vision/viewer.cc b/y2023/vision/viewer.cc
index 0af7e0e..e03680c 100644
--- a/y2023/vision/viewer.cc
+++ b/y2023/vision/viewer.cc
@@ -1,6 +1,5 @@
#include "absl/strings/match.h"
-#include "opencv2/calib3d.hpp"
-#include "opencv2/imgproc.hpp"
+#include <opencv2/calib3d.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc.hpp>