including: remove unnecessary header files 58/160258/2
authorSegwon <segwon.han@samsung.com>
Wed, 15 Nov 2017 06:52:34 +0000 (15:52 +0900)
committerSegwon <segwon.han@samsung.com>
Wed, 15 Nov 2017 07:20:38 +0000 (16:20 +0900)
Change-Id: Ice8e09e5654bbc2e94d5c41b5e1d5d86e5b78239
Signed-off-by: Segwon <segwon.han@samsung.com>
include/gdbus/peripheral_gdbus_common.h
include/interface/peripheral_interface_common.h
include/peripheral_common.h
src/peripheral_gpio.c
src/peripheral_i2c.c
src/peripheral_pwm.c
src/peripheral_spi.c
src/peripheral_uart.c

index ed8c397..6885a61 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __PERIPHERAL_GDBUS_COMMON_H__
 #define __PERIPHERAL_GDBUS_COMMON_H__
 
-#include <gio/gio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <gio/gunixfdlist.h>
index f0bd657..8cb2ed8 100644 (file)
@@ -19,9 +19,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <fcntl.h>
 #include <unistd.h>
 
 #include "peripheral_io.h"
index 19352be..c5702d3 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef __PERIPHERAL_COMMON_H__
 #define __PERIPHERAL_COMMON_H__
 
-#include <unistd.h>
 #include <dlog.h>
 
 #undef LOG_TAG
index 06806ec..5992d16 100644 (file)
  * limitations under the License.
  */
 
-#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <assert.h>
 #include <system_info.h>
-#include <glib.h>
 
 #include "peripheral_io.h"
 #include "peripheral_gdbus_gpio.h"
index 89c1674..c61374b 100644 (file)
  * limitations under the License.
  */
 
-#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <assert.h>
 #include <system_info.h>
 
 #include "peripheral_io.h"
index c671ff4..74f807a 100644 (file)
  * limitations under the License.
  */
 
-#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <assert.h>
 #include <system_info.h>
 
 #include "peripheral_io.h"
index 0a9e95e..61d3b79 100644 (file)
  * limitations under the License.
  */
 
-#include "peripheral_io.h"
-
-#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
 #include <system_info.h>
 
 #include "peripheral_io.h"
index 0d67c98..d63c100 100644 (file)
  * limitations under the License.
  */
 
-#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <assert.h>
 #include <system_info.h>
 
 #include "peripheral_io.h"