mapi32: Remove redundant protections against duplicate header inclusion.

oldstable
Francois Gouget 2007-08-08 10:50:34 +02:00 committed by Alexandre Julliard
parent c9b9826786
commit 7fe20800e0
2 changed files with 0 additions and 10 deletions

View File

@ -24,9 +24,7 @@
#endif
#include <winerror.h>
#ifndef _OBJBASE_H_
#include <objbase.h>
#endif
#include <stddef.h>
/* Some types from other headers */

View File

@ -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" {