From c2fafc2cf21ba3a57849ae354250220c46684eed Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 15 Dec 2006 16:14:04 +0000 Subject: [PATCH] Small cleanup to the prev. commit git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@63 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);