comparison PrivateHash.h @ 13:c934e7d8ab55

include statements adapted to the new folder structure
author hausers
date Thu, 09 Feb 2012 15:51:22 +0100
parents 7c4d2bf121a9
children 5b89d57e5d10 093cad17d992
comparison
equal deleted inserted replaced
2:5d447d984d89 3:8eff10827dd7
6 */ 6 */
7 7
8 #ifndef _PRIVATE_HASH_H 8 #ifndef _PRIVATE_HASH_H
9 #define _PRIVATE_HASH_H 9 #define _PRIVATE_HASH_H
10 10
11 #include "../VMS_primitive_data_types.h" 11 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h"
12 12
13 #define TRUE 1 13 #define TRUE 1
14 #define FALSE 0 14 #define FALSE 0
15 15
16 union hashkey_t{ 16 union hashkey_t{