From 1b74dfe1877676b914af6dcedd2d7578164aab47 Mon Sep 17 00:00:00 2001 From: mayurdahibhate Date: Thu, 29 Apr 2021 20:42:43 +0530 Subject: cleaned up includes with iwyu --- ListItem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index 87a7c073..0bbca2f4 100644 --- a/ListItem.h +++ b/ListItem.h @@ -11,6 +11,7 @@ in the source distribution for its full text. #include "Object.h" + typedef struct ListItem_ { Object super; char* value; -- cgit v1.2.3