1 #ifndef vcsl_micron_sptr_h_
2 #define vcsl_micron_sptr_h_
3 
4 class vcsl_micron;
5 #include <vbl/vbl_smart_ptr.h>
6 typedef vbl_smart_ptr<vcsl_micron> vcsl_micron_sptr;
7 
8 #endif // vcsl_micron_sptr_h_
9