Tools: standardize inclusion of libaries headers
This commit changes the way libraries headers are included in source files: - If the header is in the same directory the source belongs to, so the notation '#include ""' is used with the path relative to the directory containing the source. - If the header is outside the directory containing the source, then we use the notation '#include <>' with the path relative to libraries folder. Some of the advantages of such approach: - Only one search path for libraries headers. - OSs like Windows may have a better lookup time.
Showing
- Tools/ArduPPM/WorkBasket/Jeti_Duplex/Jetibox/JetiBox.h 1 addition, 1 deletionTools/ArduPPM/WorkBasket/Jeti_Duplex/Jetibox/JetiBox.h
- Tools/CPUInfo/CPUInfo.cpp 33 additions, 33 deletionsTools/CPUInfo/CPUInfo.cpp
- Tools/Failsafe/Failsafe.pde 2 additions, 2 deletionsTools/Failsafe/Failsafe.pde
- Tools/FlightGear/FGShim.c 2 additions, 2 deletionsTools/FlightGear/FGShim.c
- Tools/Hello/Hello.cpp 24 additions, 24 deletionsTools/Hello/Hello.cpp
- Tools/Replay/DataFlashFileReader.h 1 addition, 1 deletionTools/Replay/DataFlashFileReader.h
- Tools/Replay/LR_MsgHandler.cpp 1 addition, 1 deletionTools/Replay/LR_MsgHandler.cpp
- Tools/Replay/LogReader.cpp 10 additions, 10 deletionsTools/Replay/LogReader.cpp
- Tools/Replay/MsgHandler.h 1 addition, 1 deletionTools/Replay/MsgHandler.h
- Tools/Replay/Parameters.h 1 addition, 1 deletionTools/Replay/Parameters.h
- Tools/Replay/Replay.cpp 37 additions, 37 deletionsTools/Replay/Replay.cpp
Loading
Please register or sign in to comment