From d2fde10e73ef93a8084a4cc69fea35819ee19f74 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 19 Sep 2014 09:17:57 +0200 Subject: [PATCH] normalize include --- src/lib/hdd_atasmart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index 21459b6..b34564e 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -35,8 +35,8 @@ #include #include -#include "pio.h" -#include "hdd.h" +#include +#include #include static int filter_sd(const char *p) -- 2.7.4