FLAT_INC is not needed; we use -I.. all the time
[openssl.git] / crypto / ripemd / rmd_locl.h
index 145cf316b9032564a9316bfe70a79c455cad851f..f537b8886758e0034309d0b8b5483f38637910bb 100644 (file)
@@ -106,11 +106,7 @@ void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,int num);
 #define HASH_BLOCK_DATA_ORDER   ripemd160_block_data_order
 #endif
 
-#ifndef FLAT_INC
-#include "../md32_common.h"
-#else
 #include "md32_common.h"
-#endif
 
 #if 0
 #define F1(x,y,z)       ((x)^(y)^(z))