fwd.h
Go to the documentation of this file.
1 #ifndef art_Persistency_Common_fwd_h
2 #define art_Persistency_Common_fwd_h
3 
4 // ======================================================================
5 // Forward declarations of types in Common
6 // ======================================================================
7 
8 #include <memory>
9 
10 namespace art {
11  class DelayedReader;
12  class GroupQueryResult;
13 } // namespace art
14 
15 // ======================================================================
16 
17 #endif /* art_Persistency_Common_fwd_h */
18 
19 // Local Variables:
20 // mode: c++
21 // End: