Changeset 12060 for trunk/FACT++/src
- Timestamp:
- 09/09/11 10:36:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r12008 r12060 16 16 17 17 #ifdef PLOTTING_PLEASE 18 #include <qapplication.h> 19 #include <qlayout.h> 18 #include <QPen> 19 #include <QtGui> 20 #include <QApplication> 21 20 22 #include <qwt_plot.h> 21 #include <qwt -qt4/qwt_plot_grid.h>22 #include < QPen>23 #include <qwt -qt4/qwt_plot_curve.h>24 #include <qwt -qt4/qwt_plot_zoomer.h>25 #include <qwt -qt4/qwt_legend.h>26 #include <qwt-qt4/qwt_scale_draw.h> 23 #include <qwt_plot_grid.h> 24 #include <qwt_plot_curve.h> 25 #include <qwt_plot_zoomer.h> 26 #include <qwt_legend.h> 27 #include <qwt_scale_draw.h> 28 27 29 #include "Time.h" 28 30 #endif 31 29 32 using namespace std; 30 33
Note:
See TracChangeset
for help on using the changeset viewer.