diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c index edf46948d..1e9d48d9b 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -31,8 +31,8 @@ #include #include "scsi_tgt.h" -#include "scst_mem.h" #include "scst_priv.h" +#include "scst_mem.h" static int scst_proc_init_groups(void); static void scst_proc_cleanup_groups(void);