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.0.0.x@3556 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-06-08 16:14:49 +00:00
parent f4c17eec55
commit 5f6f010587
-1
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