// This may look like C code, but it is really -*- C++ -*- // All the include files for skymap // R. Ansari, G. Le Meur 04/2000 #ifndef ALLSKYMAP_H_SEEN #define ALLSKYMAP_H_SEEN #include "spherethetaphi.h" #include "spherehealpix.h" #include "localmap.h" #include "sphereecp.h" #include "fiospherethetaphi.h" #include "fiospherehealpix.h" #include "fiolocalmap.h" #include "fiosphereecp.h" #endif