Move glog_init.h

This commit is contained in:
John Zhao
2018-04-09 09:28:58 +08:00
parent 71c21d789a
commit d40c48df3a
5 changed files with 3 additions and 7 deletions

View File

@@ -7,12 +7,11 @@
#include <iostream>
#include <mutex>
#include "mynteye/glog_init.h"
#include "mynteye/mynteye.h"
#include "mynteye/types.h"
#include "uvc/uvc.h"
#include "glog_init.h" // NOLINT
struct frame {
const void *data = nullptr;
~frame() {