From 56501834713cc1362cb3532703559fcff66287d4 Mon Sep 17 00:00:00 2001 From: Liu Xinyun Date: Tue, 25 Jun 2019 22:19:36 +0800 Subject: [PATCH] dm: gc: clean up assert remove unused head file Tracked-On: #3349 Signed-off-by: Liu Xinyun Reviewed-by: Yonghua Huang --- devicemodel/core/gc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/devicemodel/core/gc.c b/devicemodel/core/gc.c index 792b48f3a..e3eea16f2 100644 --- a/devicemodel/core/gc.c +++ b/devicemodel/core/gc.c @@ -1,7 +1,6 @@ #include #include #include -#include #include "gc.h"