Lines Matching refs:include
5 * Order of include
23 #include "minikin/Layout.h" // The corresponding header file.
25 #include <math.h> // C system header files.
26 #include <string> // C++ system header files.
28 #include <hb.h> // Other library, HarfBuzz, header file.
29 #include <log/log.h> // Other library, Android, header file.
30 #include <unicode/ubidi.h> // Other library, ICU, header file.
32 #include "minikin/Emoji.h" // The minikin public header file.
33 #include "HbFontCache.h" // The minikin private header file.
38 * `#include <...>` should be used for non local library files.
39 * `#include "..."` should be used for minikin header files.