Module: wine Branch: master Commit: 9d23db6b122fa5ce5f43b2eaf05f94a4b59d179b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d23db6b122fa5ce5f43b2eaf0...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Thu Jul 20 11:33:16 2017 +0000
regedit: Remove unused header includes from regproc.c.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/regedit/regproc.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/programs/regedit/regproc.c b/programs/regedit/regproc.c index 3f036f6..b726251 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