[MMIXER] Fix additional data size initialization for different audio formats (#6753)
[reactos.git] / base / applications / regedit / regedit.h
index bcf2620..8fbfd9c 100644 (file)
@@ -4,29 +4,17 @@
 #define WIN32_LEAN_AND_MEAN     /* Exclude rarely-used stuff from Windows headers */
 #define WIN32_NO_STATUS
 #include <windows.h>
-
-#define NTOS_MODE_USER
-#include <ndk/cmtypes.h>
-
 #include <commctrl.h>
-#include <shellapi.h>
 #include <shlwapi.h>
-#include <stdlib.h>
-#include <tchar.h>
-#include <process.h>
 #include <stdio.h>
-#include <limits.h>
-#include <accctrl.h>
-#include <unknwn.h>
 #include <aclapi.h>
-#include <commdlg.h>
-#include <cderr.h>
-#include <ole2.h>
-#include <objbase.h>
-#include <objsel.h>
-#include <assert.h>
+#include <shellapi.h>
+#include <strsafe.h>
+#include <stdlib.h>
+
 #include "main.h"
-#include "regproc.h"
 #include "hexedit.h"
 #include "security.h"
-#endif
+#include "wine/debug.h"
+
+#endif /* _REGEDIT_H */