#ifndef HISTOGRAM_H /* multiple inclusion protection */ #define HISTOGRAM_H #include "processor.h" #if defined(SCT_ROD) #include "histogram_sct.h" #elif defined(PIXEL_ROD) #include "histogram_pxl.h" #endif #endif /* Multiple-inclusion protection */