refactor(channels): move channels to a directory

This commit is contained in:
John Zhao
2019-01-04 17:50:58 +08:00
parent 49fcb60f3b
commit ca51d2cf94
9 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
#include <set>
#include <vector>
#include "mynteye/device/channels.h"
#include "mynteye/device/channels/channels.h"
MYNTEYE_BEGIN_NAMESPACE

View File

@@ -19,7 +19,7 @@
#include <set>
#include <vector>
#include "mynteye/device/channels.h"
#include "mynteye/device/channels/channels.h"
MYNTEYE_BEGIN_NAMESPACE