Ignore:
Timestamp:
08/10/10 18:40:03 (22 months ago)
Author:
shiretu
Message:

-- last stage from common library refactoring

Location:
trunk/sources/common/include/platform
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/common/include/platform/endianess/endianness.h

    r56 r58  
    2424//LITTLE ENDIAN SYSTEMS 
    2525#ifdef LITTLE_ENDIAN_BYTE_ALIGNED 
    26 #include "new/platform/endianess/little_endian_byte_aligned.h" 
     26#include "platform/endianess/little_endian_byte_aligned.h" 
    2727#endif 
    2828 
    2929#ifdef LITTLE_ENDIAN_SHORT_ALIGNED 
    30 #include "new/platform/endianess/little_endian_short_aligned.h" 
     30#include "platform/endianess/little_endian_short_aligned.h" 
    3131#endif 
    3232 
    3333#ifdef BIG_ENDIAN_BYTE_ALIGNED 
    34 #include "new/platform/endianess/big_endian_byte_aligned.h" 
     34#include "platform/endianess/big_endian_byte_aligned.h" 
    3535#endif 
    3636 
    3737#ifdef BIG_ENDIAN_SHORT_ALIGNED 
    38 #include "new/platform/endianess/big_endian_short_aligned.h" 
     38#include "platform/endianess/big_endian_short_aligned.h" 
    3939#endif 
    4040 
Note: See TracChangeset for help on using the changeset viewer.