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