[PATCH 2/4] regedit: Remove unused header includes from regproc.c

Hugh McMaster hugh.mcmaster at outlook.com
Thu Jul 20 06:33:16 CDT 2017


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

diff --git a/programs/regedit/regproc.c b/programs/regedit/regproc.c
index 3f036f654b..b726251c81 100644
--- a/programs/regedit/regproc.c
+++ b/programs/regedit/regproc.c
@@ -22,17 +22,12 @@
  */
 
 #include <errno.h>
-#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
 #include <io.h>
 #include <windows.h>
-#include <winnt.h>
-#include <winreg.h>
-#include <assert.h>
 #include <wine/unicode.h>
-#include <wine/debug.h>
 #include "regproc.h"
 
 #define REG_VAL_BUF_SIZE        4096
-- 
2.13.2




More information about the wine-patches mailing list