1 // This is brl/bbas/brdb/brdb_selection_sptr.h
2 #ifndef brdb_selection_sptr_h
3 #define brdb_selection_sptr_h
4 //:
5 // \file
6 
7 class brdb_selection;
8 
9 #include <vbl/vbl_smart_ptr.h>
10 
11 typedef vbl_smart_ptr<brdb_selection> brdb_selection_sptr;
12 
13 
14 #endif // brdb_selection_sptr_h
15