Move opts/
into util/opts/
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include "device/device.h"
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_list.h"
|
||||
#include "opts/log.h"
|
||||
#include "opts/opts.h"
|
||||
#include "util/opts/log.h"
|
||||
#include "util/opts/opts.h"
|
||||
|
||||
device_t *device_open(const char *name, const char *path, device_hw_t *hw) {
|
||||
device_t *dev = calloc(1, sizeof(device_t));
|
||||
|
Reference in New Issue
Block a user