[PATCH] regedit: Do not directly include resource.h anymore

Hugh McMaster hugh.mcmaster at outlook.com
Wed May 23 08:29:28 CDT 2018


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/regedit/edit.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/regedit/edit.c b/programs/regedit/edit.c
index 03bfdbd31c..1459624883 100644
--- a/programs/regedit/edit.c
+++ b/programs/regedit/edit.c
@@ -31,7 +31,6 @@
 #include "wine/heap.h"
 #include "wine/unicode.h"
 #include "main.h"
-#include "resource.h"
 
 static const WCHAR* editValueName;
 static WCHAR* stringValueData;
-- 
2.17.0




More information about the wine-devel mailing list