Commit 7803c53c authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

reg: Merge common header #includes into reg.h.

parent ab94653e
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <windows.h>
#include <wine/heap.h>
#include "reg.h" #include "reg.h"
static DWORD wchar_get_type(const WCHAR *type_name) static DWORD wchar_get_type(const WCHAR *type_name)
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h>
#include <wine/heap.h>
#include "reg.h" #include "reg.h"
int reg_delete(HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name, int reg_delete(HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name,
......
...@@ -16,12 +16,8 @@ ...@@ -16,12 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <wine/heap.h>
#include "reg.h" #include "reg.h"
static void write_file(HANDLE hFile, const WCHAR *str) static void write_file(HANDLE hFile, const WCHAR *str)
......
...@@ -16,15 +16,11 @@ ...@@ -16,15 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <wine/debug.h>
#include <wine/heap.h>
#include "reg.h" #include "reg.h"
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(reg); WINE_DEFAULT_DEBUG_CHANNEL(reg);
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <windows.h>
#include <wine/heap.h>
#include "reg.h" #include "reg.h"
static const WCHAR *reg_type_to_wchar(DWORD type) static const WCHAR *reg_type_to_wchar(DWORD type)
......
...@@ -16,11 +16,9 @@ ...@@ -16,11 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h>
#include <stdlib.h> #include <stdlib.h>
#include <wine/debug.h>
#include <wine/heap.h>
#include "reg.h" #include "reg.h"
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(reg); WINE_DEFAULT_DEBUG_CHANNEL(reg);
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#ifndef __REG_H__ #ifndef __REG_H__
#define __REG_H__ #define __REG_H__
#include <windows.h>
#include <wine/heap.h>
#include "resource.h" #include "resource.h"
#define MAX_SUBKEY_LEN 257 #define MAX_SUBKEY_LEN 257
......
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