| Index: source/common/ubidiimp.h
 | 
| diff --git a/source/common/ubidiimp.h b/source/common/ubidiimp.h
 | 
| index 14d7b99a6aabd2a75257a8ab7cd4e4e27861a3b1..accd177ce09913cfee76bc63574d47aad0ad030c 100644
 | 
| --- a/source/common/ubidiimp.h
 | 
| +++ b/source/common/ubidiimp.h
 | 
| @@ -17,9 +17,6 @@
 | 
|  #ifndef UBIDIIMP_H
 | 
|  #define UBIDIIMP_H
 | 
|  
 | 
| -/*  set import/export definitions */
 | 
| -#ifdef U_COMMON_IMPLEMENTATION
 | 
| -
 | 
|  #include "unicode/utypes.h"
 | 
|  #include "unicode/uchar.h"
 | 
|  #include "ubidi_props.h"
 | 
| @@ -468,5 +465,3 @@ ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAlloc
 | 
|                          TRUE, (length)*sizeof(Isolate))
 | 
|  
 | 
|  #endif
 | 
| -
 | 
| -#endif
 | 
| 
 |