Ignore:
Timestamp:
01/31/08 13:58:30 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/gui
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGAccuracy.cc

    r8376 r8847  
    1111#include <TCanvas.h>
    1212
    13 #include "coord.h"
    1413#include "MTime.h"
    1514#include "MAstro.h"
     15#include "MPointing.h"
    1616
    1717ClassImp(MGAccuracy);
  • trunk/MagicSoft/Cosy/gui/MGCoordinates.cc

    r8376 r8847  
    1010
    1111#include "MGCoordinate.h"
    12 #include "coord.h"
    1312
    1413ClassImp(MGCoordinates);
  • trunk/MagicSoft/Cosy/gui/MGCosy.cc

    r8838 r8847  
    33#include <iomanip>
    44#include <fstream>
    5 
    6 #include <TROOT.h>
    75
    86#include <TGTab.h>         // TGTab
     
    3634
    3735#include "SlaStars.h"
    38 /*
    39 #include "msgqueue.h"
    40 #include "coord.h"
    41 #include "slalib.h"
    42 */
    4336
    4437#define DEBUG
  • trunk/MagicSoft/Cosy/gui/MGPngReader.cc

    r8814 r8847  
    66
    77#include <TTimer.h>
     8
     9#include <TH1.h>
     10#include <TH2.h>
     11#include <TGraph.h>
     12#include <TCanvas.h>
     13
     14#include <TFile.h>
     15#include <TTree.h>
     16#include <TBranch.h>
    817
    918#include <TGMenu.h>
     
    1726#include "MGDispCoordinates.h"
    1827
    19 #include "coord.h"
    20 
    2128#include "StarCatalog.h"
    2229
     
    2835
    2936#include "MStarList.h"
    30 
    31 #include <TH1.h>
    32 #include <TH2.h>
    33 #include <TGraph.h>
    34 #include <TCanvas.h>
    35 
    36 #include <TFile.h>
    37 #include <TTree.h>
    38 #include <TBranch.h>
    3937
    4038#include "Led.h"
  • trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc

    r8818 r8847  
    1515#include <TCanvas.h>
    1616
    17 #include "coord.h"
    1817#include "MAstro.h"
    1918#include "SlaStars.h"
  • trunk/MagicSoft/Cosy/gui/MGVelocity.cc

    r4076 r8847  
    1818#include <TCanvas.h>
    1919
    20 #include "coord.h"
    21 
    2220ClassImp(MGVelocity);
    2321
Note: See TracChangeset for help on using the changeset viewer.