Only include libhc in hypercall_logging.h

pull/80/head
Andrew Fasano 2023-11-17 17:07:55 -05:00
parent b0fb3d7f57
commit 0d58d3d9f0
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@
#include <sys/times.h>
#include <sys/utsname.h> /* for setting $HOSTNAME */
#include "busybox.h" /* for applet_names */
#define MAGIC_VALUE 0x8507fae1 /* crc32("busybox") */
#include "libhc/hypercall.h"
#if ENABLE_FEATURE_SH_EMBEDDED_SCRIPTS
# include "embedded_scripts.h"
#else