Revert to Wine code to facilitate future syncs. Thanks to Thomas for making
[reactos.git] / reactos / lib / crypt32 / protectdata.c
index d62f837..9f9e0d1 100644 (file)
  *
  */
 
-#include "precomp.h"
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wincrypt.h"
+#include "winreg.h"
+#include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(crypt);