ardupilot/libraries/DataFlash
Gustavo Jose de Sousa d2c1df40e0 DataFlash: 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.
2015-08-19 20:43:18 +09:00
..
examples/DataFlash_test DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_APM1.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_APM1.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_APM2.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_APM2.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_Backend.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_Block.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_Block.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_Empty.cpp DataFlash: backend/frontend split 2015-06-26 16:02:50 +10:00
DataFlash_Empty.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_File.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_File.h DataFlash: correct zero-byte-file handling in CLI 2015-07-02 08:53:18 +10:00
DataFlash_SITL.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
DataFlash_SITL.h DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00
LogFile.cpp DataFlash: standardize inclusion of libaries headers 2015-08-19 20:43:18 +09:00