Skip to content
Snippets Groups Projects
Commit 2fa0fb56 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Reorder includes

parent 6a97e099
No related branches found
No related tags found
1 merge request!42devel->main
......@@ -29,13 +29,14 @@
#ifndef CAPTURE_IMAGE_H
#define CAPTURE_IMAGE_H
// OpenCV includes
#include <opencv2/core.hpp>
// vision includes
#include "vision/sensor/sensor_camera.h"
//Wolf includes
// Wolf includes
#include <core/capture/capture_base.h>
#include "vision/sensor/sensor_camera.h"
// OpenCV includes
#include <opencv2/core.hpp>
namespace wolf {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment