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 --- UsersTable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'UsersTable.h') diff --git a/UsersTable.h b/UsersTable.h index 0cac7dc4..ef7d0bba 100644 --- a/UsersTable.h +++ b/UsersTable.h @@ -9,6 +9,7 @@ in the source distribution for its full text. #include "Hashtable.h" + typedef struct UsersTable_ { Hashtable* users; } UsersTable; -- cgit v1.2.3