Ignore:
Timestamp:
09/09/11 10:09:58 (13 years ago)
Author:
tbretz
Message:
Removed the errornous subdirectory form the include of the Qwt classes; moved include of fits to the source file; removed a global namespace definition from the header
File:
1 edited

Legend:

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

    r12015 r12053  
    1919#define VALUES_SPAN 4096
    2020
    21 #include <QtGui/QFileDialog>
    22 
    23 #include <qwt-qt4/qwt_plot_grid.h>
    24 #include <qwt-qt4/qwt_symbol.h>
     21#include <QFileDialog>
     22
     23#include <qwt_plot_grid.h>
     24#include <qwt_symbol.h>
    2525
    2626#include "src/Configuration.h"
     27#include "externals/fits.h"
     28
     29using namespace std;
    2730
    2831#undef ACTUAL_NUM_PIXELS
Note: See TracChangeset for help on using the changeset viewer.