From 16a97fbca129bca5656f76191c1b324b1649ec22 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Mon, 7 May 2018 11:21:59 +0200 Subject: Unify header includes - Sort Alphabetically - Same indentation for preprocessor clauses --- components/volume.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/volume.c') diff --git a/components/volume.c b/components/volume.c index b2ffb40..ff25769 100644 --- a/components/volume.c +++ b/components/volume.c @@ -1,14 +1,14 @@ /* See LICENSE file for copyright and license details. */ #include #include +#include +#include #if defined(__OpenBSD__) -# include + #include #else -# include + #include #endif #include -#include -#include #include #include "../util.h" -- cgit v1.2.3