diff options
Diffstat (limited to 'components/temperature.c')
-rw-r--r-- | components/temperature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/temperature.c b/components/temperature.c index 01d21b9..c61a574 100644 --- a/components/temperature.c +++ b/components/temperature.c @@ -1,8 +1,8 @@ /* See LICENSE file for copyright and license details. */ #include <stddef.h> -#include "../util.h" #include "../slstatus.h" +#include "../util.h" #if defined(__linux__) |