Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6536)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6537)
@@ -35,4 +35,5 @@
      - initialize fLoGainStartShift correctly if read from conf. file 
        and modified fOffsetLoGain exists.
+
 
 
Index: /trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc
===================================================================
--- /trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc	(revision 6536)
+++ /trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc	(revision 6537)
@@ -31,4 +31,14 @@
 #include "MRFEnergyEst.h"
 
+#include <TFile.h>
+#include <TList.h>
+
+#include <TH1F.h>
+#include <TH2F.h>
+#include <TStyle.h>
+#include <TCanvas.h>
+
+#include "MHMatrix.h"
+
 #include "MLog.h"
 #include "MLogManip.h"
@@ -41,12 +51,7 @@
 #include "MRanForest.h"
 #include "MRanForestGrow.h"
+
 #include "MData.h"
-#include "TFile.h"
-#include "TList.h"
-
-#include "TH1F.h"
-#include "TH2F.h"
-#include "TStyle.h"
-#include "TCanvas.h"
+#include "MEnergyEst.h"
 
 ClassImp(MRFEnergyEst);
