Index: trunk/MagicSoft/Cosy/base/coord.h
===================================================================
--- trunk/MagicSoft/Cosy/base/coord.h	(revision 8845)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#ifndef COORD_H
-#define COORD_H
-
-#ifndef MARS_MPointing
-#include "MPointing.h"
-#endif
-
-#endif
Index: trunk/MagicSoft/Cosy/base/log.h
===================================================================
--- trunk/MagicSoft/Cosy/base/log.h	(revision 8845)
+++ 	(revision )
@@ -1,23 +1,0 @@
-#ifndef COSY_Log
-#define COSY_Log
-
-#include <ostream>
-
-#ifndef MARS_MLog
-#include "MLog.h"
-#endif
-
-//#ifndef __CINT__
-extern MLog gLog;
-//#endif
-
-class Log
-{
-protected:
-    MLog &lout;
-
-public:
-    Log(MLog &out=gLog) : lout(out) {}
-};
-
-#endif
Index: trunk/MagicSoft/Cosy/base/threads.h
===================================================================
--- trunk/MagicSoft/Cosy/base/threads.h	(revision 8845)
+++ 	(revision )
@@ -1,12 +1,0 @@
-#ifndef THREADS_H
-#define THREADS_H
-
-#ifndef __CINT__
-#include <pthread.h>
-#else
-typedef unsigned long int pthread_t;
-struct pthread_mutex_t;
-struct pthread_cond_t;
-#endif
-
-#endif
Index: trunk/MagicSoft/Cosy/catalog/SaoFile.h
===================================================================
--- trunk/MagicSoft/Cosy/catalog/SaoFile.h	(revision 8845)
+++ trunk/MagicSoft/Cosy/catalog/SaoFile.h	(revision 8846)
@@ -1,8 +1,8 @@
-#ifndef SAOFILE_H
-#define SAOFILE_H
+#ifndef COSY_SaoFile
+#define COSY_SaoFile
 
+#ifndef ROOT_TROOT
 #include <TROOT.h>
-
-#include "coord.h"
+#endif
 
 struct _sort
