scst_local/procfs bug fix: don't include <scst_const.h> before <scst.h> or

SCST_VERSION_STRING will be incorrect because it gets defined before
CONFIG_SCST_PROC is defined.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3489 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-05-28 10:59:27 +00:00
parent b901fe2958
commit 4c4beaa0cd

View File

@@ -38,7 +38,6 @@
#include <scst/scst.h>
#include <scst/scst_debug.h>
#else
#include <scst_const.h>
#include <scst.h>
#include <scst_debug.h>
#endif