Module: wine Branch: master Commit: 4782d0e06196530ac4a9d90a60d4949d0e6da11e URL: https://gitlab.winehq.org/wine/wine/-/commit/4782d0e06196530ac4a9d90a60d4949...
Author: Alex Henrie alexhenrie24@gmail.com Date: Thu Nov 2 21:13:52 2023 -0600
adsldp: Remove unused heap.h include.
---
dlls/adsldp/schema.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/adsldp/schema.c b/dlls/adsldp/schema.c index d8d0d7e9cde..94b1000ec32 100644 --- a/dlls/adsldp/schema.c +++ b/dlls/adsldp/schema.c @@ -25,7 +25,6 @@
#include "adsldp_private.h"
-#include "wine/heap.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(adsldp);