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>
This commit is contained in:
Hugh McMaster 2017-07-20 11:33:16 +00:00 committed by Alexandre Julliard
parent cc1d2525c4
commit 9d23db6b12
1 changed files with 0 additions and 5 deletions

View File

@ -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