#ifdef _SAMUS_H_ #error "samus.h must only be included once" #endif #define _SAMUS_H_ #ifndef _FITZ_H_ #error "fitz.h must be included before samus.h" #endif #include "samus/zip.h" #include "samus/xml.h"