diff --git a/libs/endian/INSTALL b/INSTALL similarity index 100% rename from libs/endian/INSTALL rename to INSTALL diff --git a/libs/endian/doc/conversion.html b/doc/conversion.html similarity index 100% rename from libs/endian/doc/conversion.html rename to doc/conversion.html diff --git a/libs/endian/doc/do_list.html b/doc/do_list.html similarity index 100% rename from libs/endian/doc/do_list.html rename to doc/do_list.html diff --git a/libs/endian/doc/index.html b/doc/index.html similarity index 100% rename from libs/endian/doc/index.html rename to doc/index.html diff --git a/libs/endian/doc/integers.html b/doc/integers.html similarity index 100% rename from libs/endian/doc/integers.html rename to doc/integers.html diff --git a/libs/endian/example/endian_example.cpp b/example/endian_example.cpp similarity index 100% rename from libs/endian/example/endian_example.cpp rename to example/endian_example.cpp diff --git a/libs/endian/index.html b/index.html similarity index 100% rename from libs/endian/index.html rename to index.html diff --git a/libs/endian/test/Jamfile.v2 b/test/Jamfile.v2 similarity index 100% rename from libs/endian/test/Jamfile.v2 rename to test/Jamfile.v2 diff --git a/libs/endian/test/benchmark.cpp b/test/benchmark.cpp similarity index 100% rename from libs/endian/test/benchmark.cpp rename to test/benchmark.cpp diff --git a/libs/endian/test/conversion2_test.cpp b/test/conversion2_test.cpp similarity index 100% rename from libs/endian/test/conversion2_test.cpp rename to test/conversion2_test.cpp diff --git a/libs/endian/test/conversion_test.cpp b/test/conversion_test.cpp similarity index 100% rename from libs/endian/test/conversion_test.cpp rename to test/conversion_test.cpp diff --git a/libs/endian/test/endian_in_union_test.cpp b/test/endian_in_union_test.cpp similarity index 100% rename from libs/endian/test/endian_in_union_test.cpp rename to test/endian_in_union_test.cpp diff --git a/libs/endian/test/endian_operations_test.cpp b/test/endian_operations_test.cpp similarity index 100% rename from libs/endian/test/endian_operations_test.cpp rename to test/endian_operations_test.cpp diff --git a/libs/endian/test/endian_test.cpp b/test/endian_test.cpp similarity index 100% rename from libs/endian/test/endian_test.cpp rename to test/endian_test.cpp diff --git a/libs/endian/test/msvc10/benchmark/benchmark.vcxproj b/test/msvc10/benchmark/benchmark.vcxproj similarity index 100% rename from libs/endian/test/msvc10/benchmark/benchmark.vcxproj rename to test/msvc10/benchmark/benchmark.vcxproj diff --git a/libs/endian/test/msvc10/common.props b/test/msvc10/common.props similarity index 100% rename from libs/endian/test/msvc10/common.props rename to test/msvc10/common.props diff --git a/libs/endian/test/msvc10/conversion2_test/conversion2_test.vcxproj b/test/msvc10/conversion2_test/conversion2_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/conversion2_test/conversion2_test.vcxproj rename to test/msvc10/conversion2_test/conversion2_test.vcxproj diff --git a/libs/endian/test/msvc10/conversion_test/conversion_test.vcxproj b/test/msvc10/conversion_test/conversion_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/conversion_test/conversion_test.vcxproj rename to test/msvc10/conversion_test/conversion_test.vcxproj diff --git a/libs/endian/test/msvc10/endian.sln b/test/msvc10/endian.sln similarity index 100% rename from libs/endian/test/msvc10/endian.sln rename to test/msvc10/endian.sln diff --git a/libs/endian/test/msvc10/endian_example/endian_example.vcxproj b/test/msvc10/endian_example/endian_example.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_example/endian_example.vcxproj rename to test/msvc10/endian_example/endian_example.vcxproj diff --git a/libs/endian/test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj b/test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj rename to test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj diff --git a/libs/endian/test/msvc10/endian_operations_test/endian_operations_test.vcxproj b/test/msvc10/endian_operations_test/endian_operations_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_operations_test/endian_operations_test.vcxproj rename to test/msvc10/endian_operations_test/endian_operations_test.vcxproj diff --git a/libs/endian/test/msvc10/endian_test/endian_test.vcxproj b/test/msvc10/endian_test/endian_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_test/endian_test.vcxproj rename to test/msvc10/endian_test/endian_test.vcxproj diff --git a/libs/endian/test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj b/test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj rename to test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj diff --git a/libs/endian/test/scoped_enum_emulation_test.cpp b/test/scoped_enum_emulation_test.cpp similarity index 100% rename from libs/endian/test/scoped_enum_emulation_test.cpp rename to test/scoped_enum_emulation_test.cpp diff --git a/libs/endian/test/test.bat b/test/test.bat similarity index 100% rename from libs/endian/test/test.bat rename to test/test.bat diff --git a/libs/endian/zip-endian.bat b/zip-endian.bat similarity index 100% rename from libs/endian/zip-endian.bat rename to zip-endian.bat