Move device/hw/buffer.c
to device/buffer.c
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#include "opts/log.h"
|
||||
#include "http/http.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_lock.h"
|
||||
#include "device/hw/buffer_list.h"
|
||||
#include "device/hw/device.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "opts/log.h"
|
||||
#include "http/http.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_lock.h"
|
||||
#include "device/hw/buffer_list.h"
|
||||
#include "device/hw/device.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "http/http.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_lock.h"
|
||||
|
||||
DEFINE_BUFFER_LOCK(http_jpeg, 1000);
|
||||
|
Reference in New Issue
Block a user