move location of including headers on iotbus
authorsunghan <sh924.chang@samsung.com>
Mon, 14 Aug 2017 08:47:42 +0000 (17:47 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 14 Aug 2017 08:47:42 +0000 (17:47 +0900)
commit6f945eab5eaf36bf701c991efdc75b94cb8b82bf
treeac1088a40658ab0d1db2fbf83c69ac056fe2158f
parent2c5aa6e14e5a5221ccb9d4ac142a178368524afd
move location of including headers on iotbus

In header file, location of including another headers should be in conditional.
When header is included twice, including another headers should not be called.
If they are in conditional, it prevent that unnessary operation.
framework/include/iotbus/iotbus_i2c.h
framework/include/iotbus/iotbus_spi.h
framework/include/iotbus/iotbus_uart.h