Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2940)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2941)
@@ -9,4 +9,6 @@
      - fixed wrong variable type in call to TH1F constructor (number of
        bins is now integer), which resulted in a compilation warning.
+
+
 
  2004/01/28: Thomas Bretz
@@ -16,4 +18,7 @@
        ment for really old MC files and will be removed in the future
        anyhow.
+
+   * mcalib/MHCalibrationPixel.h:
+     - removed obsolete include of MFFT 
 
 
Index: trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h	(revision 2940)
+++ trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h	(revision 2941)
@@ -4,8 +4,4 @@
 #ifndef MARS_MH
 #include "MH.h"
-#endif
-
-#ifndef MARS_MFFT
-#include "MFFT.h"
 #endif
 
@@ -16,5 +12,4 @@
 class TProfile;
 class TPaveText;
-class MFFT;
 
 class MHCalibrationPixel : public MH
