From 5bcc2706fea47eeb53aa53504f0646ecb472337d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 21 Sep 2014 00:34:11 +0200 Subject: [PATCH] normalize import --- src/lib/amd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/amd.c b/src/lib/amd.c index 59a1822..c2ec5eb 100644 --- a/src/lib/amd.c +++ b/src/lib/amd.c @@ -34,7 +34,7 @@ #include -#include "psensor.h" +#include typedef int (*ADL_MAIN_CONTROL_CREATE)(ADL_MAIN_MALLOC_CALLBACK, int); typedef int (*ADL_MAIN_CONTROL_DESTROY)(); -- 2.7.4