Change includes

This commit is contained in:
John Zhao
2018-10-27 21:51:44 +08:00
parent 972ab79a76
commit e95a5e6b1d
34 changed files with 62 additions and 72 deletions

View File

@@ -24,8 +24,8 @@
#include <stdexcept>
#include <utility>
#include "mynteye/files.h"
#include "mynteye/logger.h"
#include "mynteye/util/files.h"
#define FULL_PRECISION \
std::fixed << std::setprecision(std::numeric_limits<double>::max_digits10)

View File

@@ -20,8 +20,8 @@
#include <memory>
#include <string>
#include "mynteye/callbacks.h"
#include "mynteye/mynteye.h"
#include "mynteye/device/callbacks.h"
MYNTEYE_BEGIN_NAMESPACE

View File

@@ -15,11 +15,9 @@
#include <opencv2/imgproc/imgproc.hpp>
#include "mynteye/logger.h"
#include "mynteye/device.h"
#include "mynteye/utils.h"
#include "mynteye/times.h"
#include "mynteye/device/device.h"
#include "mynteye/device/utils.h"
#include "mynteye/util/times.h"
#include "dataset/dataset.h"