Re-organizing the headers files in order to...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 14 Mar 2011 12:42:55 +0000 (13:42 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 14 Mar 2011 14:16:39 +0000 (15:16 +0100)
commit9c55ecd35c1cc4ebbcccd425300f75f9ed03aa05
tree643d2482048aca61648d3e990462c791a34794e7
parent1fac61ef8e5cc3318fd8385a1cb6edfebb5abef9
Re-organizing the headers files in order to...
- avoid hidden dependencies, by including the class header file first.
- keep a inclusion order of C headers, C++ headers, Boost headers and Project headers.
- be relative to the source directory, this keeps clear which package the source file belongs.
23 files changed:
src/CMakeLists.txt
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationreader.cpp
src/config/configurationreader.h
src/config/host.cpp
src/config/host.h
src/dns/dnsresolver.cpp
src/dns/hostaddress.cpp
src/dns/hostaddress.h
src/icmp/icmpchecksumcalculator.h
src/icmp/icmpheader.cpp
src/icmp/icmpheader.h
src/icmp/icmppacket.cpp
src/icmp/icmppacket.h
src/icmp/ipv4header.cpp
src/icmp/ipv4header.h
src/main.cpp
src/ping/boostpinger.cpp
src/ping/boostpinger.h
src/ping/pinger.cpp
src/ping/pingscheduler.cpp
src/ping/pingscheduler.h