src/share/vm/utilities/elfStringTable.hpp

changeset 3156
f08d439fab8c
parent 2364
2d4762ec74af
child 3430
d7e3846464d0
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
23 */ 23 */
24 24
25 #ifndef __ELF_STRING_TABLE_HPP 25 #ifndef __ELF_STRING_TABLE_HPP
26 #define __ELF_STRING_TABLE_HPP 26 #define __ELF_STRING_TABLE_HPP
27 27
28 #ifndef _WINDOWS 28 #if !defined(_WINDOWS) && !defined(__APPLE__)
29 29
30 #include "memory/allocation.hpp" 30 #include "memory/allocation.hpp"
31 #include "utilities/decoder.hpp" 31 #include "utilities/decoder.hpp"
32 #include "utilities/elfFile.hpp" 32 #include "utilities/elfFile.hpp"
33 33
77 }; 77 };
78 78
79 #endif // _WINDOWS 79 #endif // _WINDOWS
80 80
81 #endif // __ELF_STRING_TABLE_HPP 81 #endif // __ELF_STRING_TABLE_HPP
82

mercurial