Misplaced include (something about slot defined by QT and python : python must be included first)

This commit is contained in:
The Coriolis Project 2010-07-15 12:11:16 +00:00
parent 5c50d3e9a9
commit 9f6e840036
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ using namespace std;
namespace bfs = boost::filesystem;
#include "hurricane/Warning.h"
#include "hurricane/viewer/Script.h"
#include <QLabel>
#include <QLineEdit>
@ -42,7 +43,6 @@ namespace bfs = boost::filesystem;
#include <QVBoxLayout>
#include "hurricane/viewer/Graphics.h"
#include "hurricane/viewer/Script.h"
#include "hurricane/viewer/ScriptWidget.h"
#include "hurricane/viewer/CellViewer.h"