Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6323)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6324)
@@ -1,2 +1,3 @@
+
  
 Please  do  not write behind the end of line tag so that it is  possible
@@ -45,4 +46,5 @@
        Pixel 0 and 559).
      - make MHPedestalCam data member
+     - removed some obsolete includes
   
    * mjobs/MJCalibration.cc
@@ -57,5 +59,4 @@
    * mpedestal/MExtractPedestal.[h,cc]
      - included possibility for intermediate pedestal cam (not yet used)
-
 
  2005/02/08 Markus Gaug 
Index: trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 6323)
+++ trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 6324)
@@ -61,5 +61,4 @@
 
 // Other basic classes
-#include "MExtractor.h"
 #include "MExtractTimeAndCharge.h"
 #include "MFEventSelector.h"
@@ -68,11 +67,8 @@
 #include "MGeomCam.h"
 #include "MHCamera.h"
-#include "MPedestalCam.h"
 #include "MPedestalPix.h"
-#include "MBadPixelsCam.h"
 
 #include "MCalibrationPedCam.h"
 #include "MCalibrationPix.h"
-#include "MHPedestalCam.h"
 #include "MHPedestalPix.h"
 
