Commit 9d23db6b authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Remove unused header includes from regproc.c.

parent cc1d2525
...@@ -22,17 +22,12 @@ ...@@ -22,17 +22,12 @@
*/ */
#include <errno.h> #include <errno.h>
#include <limits.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
#include <io.h> #include <io.h>
#include <windows.h> #include <windows.h>
#include <winnt.h>
#include <winreg.h>
#include <assert.h>
#include <wine/unicode.h> #include <wine/unicode.h>
#include <wine/debug.h>
#include "regproc.h" #include "regproc.h"
#define REG_VAL_BUF_SIZE 4096 #define REG_VAL_BUF_SIZE 4096
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment