Index: trunk/MagicSoft/Mars/manalysis/Makefile
===================================================================
--- trunk/MagicSoft/Mars/manalysis/Makefile	(revision 4933)
+++ trunk/MagicSoft/Mars/manalysis/Makefile	(revision 4934)
@@ -21,7 +21,7 @@
 INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \
 	   -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage   \
-           -I../mhistmc -I../mfileio -I../mmain -I../mcalib          \
+           -I../mhistmc -I../mfileio -I../mmain -I../mhcalib -I../mcalib \
            -I../msignal -I../mpointing -I../mtools -I../mfbase       \
-           -I../mbadpixels -I../mastro -I../mpedestal
+           -I../mbadpixels -I../mastro -I../mpedestal 
 # mcalib: MGeomApply (MCalibrationCam)
 
Index: trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrate.cc	(revision 4933)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrate.cc	(revision 4934)
@@ -64,5 +64,4 @@
 
 #include "MParList.h"
-#include "MH.h"
 
 #include "MGeomCam.h"
Index: trunk/MagicSoft/Mars/mcalib/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mcalib/Makefile	(revision 4933)
+++ trunk/MagicSoft/Mars/mcalib/Makefile	(revision 4934)
@@ -19,5 +19,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mgui -I../mgeom \
+INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mhcalib -I../mhbase \
            -I../manalysis -I../mraw -I../mtools -I../mmc -I../mhist  \
            -I../mimage -I../msignal -I../mbadpixels -I../mpedestal
