diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-11-18 22:46:33 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-11-18 23:09:02 +0100 |
commit | 71d35b6b5563817dfbe757ab9e3b9f018b2db491 (patch) | |
tree | 9b90c23779b06588b456ab02e7351fea7e9b5383 /src/bootchart | |
parent | 81ec9ce4a71e44c29231d813b8847ebafc11b36e (diff) |
tree-wide: sort includes in *.h
This is a continuation of the previous include sort patch, which
only sorted for .c files.
Diffstat (limited to 'src/bootchart')
-rw-r--r-- | src/bootchart/bootchart.h | 1 | ||||
-rw-r--r-- | src/bootchart/store.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h index bdb4b00199..8432a2a119 100644 --- a/src/bootchart/bootchart.h +++ b/src/bootchart/bootchart.h @@ -25,6 +25,7 @@ ***/ #include <stdbool.h> + #include "list.h" #define MAXCPUS 16 diff --git a/src/bootchart/store.h b/src/bootchart/store.h index bbb4796efd..4d2e0d439f 100644 --- a/src/bootchart/store.h +++ b/src/bootchart/store.h @@ -25,6 +25,7 @@ ***/ #include <dirent.h> + #include "bootchart.h" double gettime_ns(void); |