RafaMar fixed my comment error
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / histogram / histogram.inc
index 581200ef23b72f402c2e8d94dec3db45d84a8916..38d47aabbd8550c44863ebfc90a3189af4430be3 100644 (file)
 #ifndef HISTOGRAM_INC
 #define HISTOGRAM_INC
 
-
-
-
-
 // modes
-#define HISTOGRAM_MODES 4
 #define HISTOGRAM_RED 0
 #define HISTOGRAM_GREEN 1
 #define HISTOGRAM_BLUE 2
 #define HISTOGRAM_VALUE 3
+#define HISTOGRAM_MODES 4
 
 // Number of divisions in histogram.
 // 65536 + min and max range to speed up the tabulation
@@ -54,8 +50,9 @@
 #define BOX_SIZE 10
 
 
-class HistogramEngine;
 class HistogramMain;
-
+class HistogramPackage;
+class HistogramUnit;
+class HistogramEngine;
 
 #endif