Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the amount of implicit include directories
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Oct 2015 19:16:38 +0000 (20:16 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Oct 2015 19:16:41 +0000 (20:16 +0100)
commit3203ed1f4fb6f4617e94d5351661ba07e8b8f833
tree37cb16175da5867f622a1d224d9ee2eccfb332ca
parentc993a2e8a405c386924126a84caa9bd561edf81c
Reduce the amount of implicit include directories

This is intrusive to quite a lot of files, but I think that it helps
making the source code more explicit about what's public and what's not.
152 files changed:
CMakeLists.txt
examples/msg/actions/actions.c
examples/msg/chord/chord.c
examples/msg/io/file.c
examples/msg/io/file_unlink.c
examples/msg/io/remote.c
examples/msg/token_ring/ring_call.c
examples/msg/token_ring/token_bypass.c
examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi.c
include/xbt/mmalloc.h
src/bindings/lua/lua_platf.c
src/include/surf/maxmin.h
src/include/surf/surf.h
src/instr/instr_TI_trace.c
src/instr/instr_config.c
src/instr/instr_interface.c
src/instr/instr_paje_containers.c
src/instr/instr_paje_header.c
src/instr/instr_paje_trace.c
src/instr/instr_paje_types.c
src/instr/instr_paje_values.c
src/instr/instr_private.h
src/instr/instr_resource_utilization.c
src/instr/instr_trace.c
src/mc/ChunkedData.cpp
src/mc/ChunkedData.hpp
src/mc/DwarfExpression.cpp
src/mc/DwarfExpression.hpp
src/mc/Frame.cpp
src/mc/Frame.hpp
src/mc/LocationList.cpp
src/mc/LocationList.hpp
src/mc/ModelChecker.hpp
src/mc/ObjectInformation.cpp
src/mc/ObjectInformation.hpp
src/mc/Process.cpp
src/mc/Process.hpp
src/mc/RegionSnapshot.cpp
src/mc/RegionSnapshot.hpp
src/mc/Type.hpp
src/mc/Variable.hpp
src/mc/mc_base.cpp
src/mc/mc_base.h
src/mc/mc_checkpoint.cpp
src/mc/mc_compare.cpp
src/mc/mc_config.cpp
src/mc/mc_diff.cpp
src/mc/mc_dwarf.cpp
src/mc/mc_dwarf.hpp
src/mc/mc_ignore.cpp
src/mc/mc_ignore.h
src/mc/mc_member.cpp
src/mc/mc_memory.cpp
src/mc/mc_page_snapshot.cpp
src/mc/mc_safety.cpp
src/mc/mc_server.cpp
src/mc/mc_server.h
src/mc/mc_smx.cpp
src/mc/mc_smx.h
src/mc/mc_snapshot.cpp
src/mc/mc_snapshot.h
src/mc/mc_unw.cpp
src/mc/mc_unw.h
src/mc/mc_visited.cpp
src/mc/mc_xbt.cpp
src/mc/mc_xbt.hpp
src/mc/mcer_ignore.cpp
src/mc/mcer_ignore.h
src/mc/simgrid_mc.cpp
src/msg/instr_msg_process.c
src/msg/instr_msg_task.c
src/msg/msg_host.c
src/msg/msg_private.h
src/msg/msg_process.c
src/msg/msg_task.c
src/s4u/s4u_actor.cpp
src/s4u/s4u_async.cpp
src/s4u/s4u_comm.cpp
src/s4u/s4u_file.cpp
src/s4u/s4u_host.cpp
src/s4u/s4u_mailbox.cpp
src/simdag/instr_sd_task.c
src/simdag/sd_task.c
src/simgrid/host.cpp
src/simgrid/sg_config.c
src/simix/libsmx.c
src/simix/popping.c
src/simix/popping_bodies.c
src/simix/popping_generated.c
src/simix/popping_private.h
src/simix/simcalls.py
src/simix/smx_context.c
src/simix/smx_context_boost.cpp
src/simix/smx_context_sysv.c
src/simix/smx_context_thread.c
src/simix/smx_global.c
src/simix/smx_host.c
src/simix/smx_network.c
src/simix/smx_private.h
src/simix/smx_process.c
src/smpi/colls/colls.h
src/smpi/colls/smpi_automatic_selector.c
src/smpi/private.h
src/smpi/smpi_base.c
src/smpi/smpi_bench.c
src/smpi/smpi_comm.c
src/smpi/smpi_dvfs.c
src/smpi/smpi_global.c
src/surf/host_interface.cpp
src/surf/instr_routing.c
src/surf/instr_surf.c
src/surf/random_mgr.c
src/surf/surf_c_bindings.cpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp
src/surf/surf_private.h
src/surf/surf_routing_private.hpp
src/surf/surfxml_parse.c
src/surf/surfxml_parseplatf.c
src/xbt/backtrace_linux.c
src/xbt/cunit.c
src/xbt/dict.c
src/xbt/ex.c
src/xbt/fifo.c
src/xbt/log.c
src/xbt/mmalloc/mm_legacy.c
src/xbt/mmalloc/mm_module.c
src/xbt/mmalloc/mmprivate.h
src/xbt/parmap.cpp
src/xbt/setset.c
src/xbt/snprintf.c
src/xbt/xbt_log_appender_file.c
src/xbt/xbt_log_layout_format.c
src/xbt/xbt_log_layout_simple.c
src/xbt/xbt_main.c
src/xbt/xbt_os_file.c
src/xbt/xbt_os_thread.c
src/xbt/xbt_os_time.c
src/xbt/xbt_replay.c
src/xbt/xbt_sg_stubs.c
src/xbt/xbt_str.c
teshsuite/mc/dwarf/dwarf.cpp
teshsuite/mc/dwarf_expression/dwarf_expression.cpp
teshsuite/simdag/platforms/Evaluate_get_route_time.c
teshsuite/simdag/platforms/Evaluate_parse_time.c
teshsuite/simdag/platforms/basic_link_test.c
teshsuite/simdag/platforms/basic_parsing_test.c
teshsuite/simdag/platforms/basic_tracing.c
teshsuite/simdag/platforms/flatifier.c
teshsuite/simdag/platforms/is_router_test.c
teshsuite/xbt/parmap_bench/parmap_bench.c
teshsuite/xbt/parmap_test/parmap_test.c