// This may look like C code, but it is really -*- C++ -*- // All include files for module SkyT #ifndef SKYT_H_SEEN #define SKYT_H_SEEN #include "convtools.h" #include "radspecvector.h" #include "radspec.h" #include "blackbody.h" #include "derivblackbody.h" #include "nupower.h" #include "specresp.h" #include "specrespvector.h" #include "squarefilt.h" #include "trianglefilt.h" #include "gaussfilt.h" #endif