Public headers of device layer and some utils
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
|
||||
#include "internal/files.h"
|
||||
#include "mynteye/files.h"
|
||||
|
||||
#define FULL_PRECISION \
|
||||
std::fixed << std::setprecision(std::numeric_limits<double>::max_digits10)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "internal/callbacks.h"
|
||||
#include "mynteye/callbacks.h"
|
||||
#include "mynteye/mynteye.h"
|
||||
|
||||
MYNTEYE_BEGIN_NAMESPACE
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
|
||||
#include "mynteye/glog_init.h"
|
||||
|
||||
#include "device/context.h"
|
||||
#include "device/device.h"
|
||||
#include "mynteye/context.h"
|
||||
#include "mynteye/device.h"
|
||||
|
||||
#include "internal/times.h"
|
||||
#include "mynteye/times.h"
|
||||
|
||||
#include "dataset/dataset.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user