mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
dm: Remove dependency on libuuid
Since any uuid relevant action directly uses Linux kernel UAPI (linux/uuid.h) the use of libuuid is not required. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
committed by
acrnsi-robot
parent
d3d0cba778
commit
7637e53963
@@ -6,6 +6,7 @@
|
||||
#ifndef _TIMER_H_
|
||||
#define _TIMER_H_
|
||||
|
||||
#include <time.h> // for struct itimerspec
|
||||
#include <sys/param.h>
|
||||
|
||||
struct acrn_timer {
|
||||
|
@@ -30,7 +30,6 @@
|
||||
#define _VMMAPI_H_
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <uuid/uuid.h>
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
#include "pm.h"
|
||||
|
Reference in New Issue
Block a user