fwd.h
Go to the documentation of this file.
1 #ifndef art_Utilities_fwd_h
2 #define art_Utilities_fwd_h
3 ////////////////////////////////////////////////////////////////////////
4 // Fowrard declarations for art/Utilities.
5 ////////////////////////////////////////////////////////////////////////
6 
7 // These headers are required to forward-declare adequately types and
8 // contain *only* what is required so to do.
11 
12 namespace art {
13  class GlobalTaskGroup;
14  class InputTag;
15  struct MallocOpts;
16  class MallocOptionsSetter; // MallocOpts.h
17  class TypeID;
18 } // namespace art
19 #endif /* art_Utilities_fwd_h */
20 
21 // Local Variables:
22 // mode: c++
23 // End: