pass-hal: rpi: Remove unneeded header files 32/246032/2
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Oct 2020 10:58:59 +0000 (19:58 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 23 Oct 2020 06:00:08 +0000 (15:00 +0900)
Change-Id: Ie9e2374e88f04f298b446ba2ef6dcb2e011e44c6
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/cpu/cpu.c
src/memory/memory.c

index 9cf6d8f4013626eb917a77e4905b2d86582ba0ce..635f4905d3a57ca9fe060093e0f0bc8ad8fed883 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <errno.h>
 #include <limits.h>
 #include <pass/hal.h>
 #include <pass/hal-log.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 
 #include "../shared/sysfs.h"
 
index 54bb59a0902042feb3e05b19db065126226707b7..cd11a6ed7e37287ed38deacfdf0c22504c9300cb 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <errno.h>
-#include <limits.h>
 #include <pass/hal.h>
 #include <pass/hal-log.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 
 #include "../shared/sysfs.h"