scst_local/procfs bug fix: do not include <scst_const.h> before <scst.h> (merged r3489 from the trunk).

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3555 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-06-08 16:13:51 +00:00
parent a2f4d66bc8
commit 593a7b0fe3

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