From 00394f239e79cbfe0af36eb11c02290ac76e56e2 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 22 Aug 2024 17:50:02 +0800
Subject: [PATCH] move api to modules

---
 booster/testcase/dump.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/booster/testcase/dump.c b/booster/testcase/dump.c
index 5f70b6f..f6401c9 100644
--- a/booster/testcase/dump.c
+++ b/booster/testcase/dump.c
@@ -11,9 +11,7 @@
  *
  ********************************************************************************/
 
-#include <unistd.h>
 #include <stdio.h>
-#include <string.h>
 
 void dump_buf(const char *prompt, const unsigned char *buf, size_t len)
 {

--
Gitblit v1.9.1