ardupilot/libraries/AP_Common
Gustavo Jose de Sousa e32ad93ae3 AP_Common: 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-11 16:28:42 +10:00
..
examples/AP_Common AP_Common: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Common.cpp AP_Common: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Common.h AP_Common: add helper macro ARRAY_SIZE 2015-07-06 10:07:21 +10:00
AP_Test.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
Arduino.h Build: added empty Arduino.h 2012-12-20 14:52:30 +11:00
c++.cpp AP_Common: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00