From e45e06eefdf6dfe67378b619037412cdd3ad27e8 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 25 May 2014 23:28:57 -0500 Subject: [PATCH] dentry.h: Remove unneeded forwards declarations --- include/wimlib/dentry.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wimlib/dentry.h b/include/wimlib/dentry.h index e687e9cb..15decce0 100644 --- a/include/wimlib/dentry.h +++ b/include/wimlib/dentry.h @@ -10,8 +10,6 @@ struct wim_inode; struct wim_lookup_table; -struct wim_lookup_table_entry; -struct wim_security_data; /* Base size of a WIM dentry in the on-disk format, up to and including the file * name length. This does not include the variable-length file name, short -- 2.46.1