#pragma once

#if __has_include(<opencv2/geometry.hpp>)
#include <opencv2/geometry.hpp>
#endif

// All utility headers in one place
#include "logging.hpp"
#include "math.hpp"
#include "debug.hpp"
#include "camera.hpp"
#include "cache.hpp"
// Add future utilities here as they're created
