diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-07 11:21:59 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-07 11:21:59 +0200 |
commit | 1ff009c456ee1464110ef892a4c26e15aebda3f9 (patch) | |
tree | f7d4599f6f9eea2327c9bc11b87a52864d3c526e /components/ram.c | |
parent | 8d8135a3c3319f5e7602686aad16a9d18f948b39 (diff) |
Unify header includes
- Sort Alphabetically
- Same indentation for preprocessor clauses
Diffstat (limited to 'components/ram.c')
-rw-r--r-- | components/ram.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/ram.c b/components/ram.c index 5611022..62e9807 100644 --- a/components/ram.c +++ b/components/ram.c @@ -54,9 +54,9 @@ NULL; } #elif defined(__OpenBSD__) - #include <sys/types.h> - #include <sys/sysctl.h> #include <stdlib.h> + #include <sys/sysctl.h> + #include <sys/types.h> #include <unistd.h> inline int |