Fix include file ordering of generic headers

This commit is contained in:
Nathan Scott
2021-03-04 09:00:34 +11:00
parent 61ef1134d9
commit adaf748ab6
11 changed files with 21 additions and 18 deletions

View File

@ -30,13 +30,13 @@ in the source distribution for its full text.
#include "CRT.h"
#include "Compat.h"
#include "FreeBSDProcess.h"
#include "generic/openzfs_sysctl.h"
#include "Macros.h"
#include "Object.h"
#include "Process.h"
#include "ProcessList.h"
#include "Settings.h"
#include "XUtils.h"
#include "generic/openzfs_sysctl.h"
#include "zfs/ZfsArcStats.h"