[CRYPT32]
[reactos.git] / reactos / dll / win32 / crypt32 / oid.c
index 4c3f95f..df1f90a 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-#include "wine/port.h"
-
-#include <stdio.h>
-#include <stdarg.h>
-#define NONAMELESSUNION
-#include "windef.h"
-#include "winbase.h"
-#include "wincrypt.h"
-#include "winreg.h"
-#include "winuser.h"
-#include "wine/debug.h"
-#include "wine/list.h"
 #include "crypt32_private.h"
+
 #include "cryptres.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(crypt);