Ignore:
Timestamp:
03/10/13 12:32:44 (12 years ago)
Author:
tbretz
Message:
Fixed complete messed includes; moved them where they belong, to the source files where possible.
Location:
trunk/FACT++/gui/RawEventsViewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r14791 r15015  
    55 *      Author: lyard
    66 */
    7 //FIXME replace with FACT++ Time class
     7#include <math.h>
     8#include <fstream>
     9
    810#include <boost/date_time/local_time/local_time.hpp>
    9 
    1011
    1112#include "RawEventsViewer.h"
    1213#include "viewer.h"
    13 #include <math.h>
    14 #include <fstream>
    1514
    1615#include <QFileDialog>
     16#include <QMouseEvent>
    1717
    1818#include <qwt_symbol.h>
     19#include <qwt_plot_grid.h>
     20#include <qwt_plot_zoomer.h>
    1921
    2022#include "src/Configuration.h"
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h

    r15014 r15015  
    1515#include <string>
    1616#include <valarray>
    17 #include <iostream>
    1817
    1918#include <QObject>
    20 //#include <QTimer>
    21 #include <QLabel>
    22 #include <QListWidget>
    23 #include <QMainWindow>
    24 #include <QPushButton>
    25 #include <QMouseEvent>
    26 #include <QColorDialog>
    27 #include <QApplication>
    28 #include <QSpinBox>
    29 #include <QDoubleSpinBox>
    30 #include <QRadioButton>
    31 #include <QCheckBox>
    3219
    3320#include "../BasicGlCamera.h"
    3421
    35 #include <GL/gl.h>
    36 
    37 #include <qwt_plot.h>
    3822#include <qwt_plot_curve.h>
    39 #include <qwt_plot_grid.h>
    40 #include <qwt_plot_zoomer.h>
     23
     24class QwtPlotZoomer;
     25class QwtPlotGrid;
    4126
    4227#include "../../src/DataCalib.h"
Note: See TracChangeset for help on using the changeset viewer.