Commit 7fe20800 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mapi32: Remove redundant protections against duplicate header inclusion.

parent c9b98267
......@@ -24,9 +24,7 @@
#endif
#include <winerror.h>
#ifndef _OBJBASE_H_
#include <objbase.h>
#endif
#include <stddef.h>
/* Some types from other headers */
......
......@@ -19,18 +19,10 @@
#ifndef MAPIX_H
#define MAPIX_H
#ifndef MAPIDEFS_H
#include <mapidefs.h>
#endif
#ifndef MAPICODE_H
#include <mapicode.h>
#endif
#ifndef MAPIGUID_H
#include <mapiguid.h>
#endif
#ifndef MAPITAGS_H
#include <mapitags.h>
#endif
#ifdef __cplusplus
extern "C" {
......
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