Skip to content
Snippets Groups Projects
Commit 0fde0519 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

some more include rearangements for boost/python

parent f276f8e1
Branches
Tags
No related merge requests found
......@@ -22,9 +22,9 @@
Authors: Ansgar Philippsen, Andreas Schenk
*/
#include <ost/message.hh>
#include "data_viewer_proxy.hh"
#include <ost/message.hh>
namespace ost { namespace img { namespace gui {
......
......@@ -16,10 +16,10 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <iostream>
#include <boost/python.hpp>
#include <QString>
#include <iostream>
#include <ost/config.hh>
#include <ost/gui/admin.hh>
using namespace boost::python;
......
......@@ -23,6 +23,7 @@
Authors: Ansgar Philippsen, Andreas Schenk, Jeff Lovelace
*/
#include <ost/gui/gosty_app.hh>
#include <cassert>
#include <iostream>
//#include <cstring>
......@@ -33,7 +34,6 @@
#include <ost/message.hh>
//#include <ost/img/alg/fft.hh>
#include <ost/img/alg/norm.hh>
#include <ost/gui/gosty_app.hh>
#include <ost/gui/dock_widget.hh>
#include <ost/gui/perspective.hh>
......
......@@ -16,11 +16,11 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <ost/gui/python_shell/python_interpreter.hh>
#ifndef _MSC_VER
#include <sys/time.h>
#endif
#include <ost/gui/python_shell/python_interpreter.hh>
#include "gl_canvas.hh"
#include "gl_win.hh"
......
......@@ -16,23 +16,23 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <utility>
#include <vector>
#include <signal.h>
#include <iostream>
#include <sstream>
#include <ctime>
#include <ost/gui/module_config.hh>
#include <ost/log.hh>
#include <ost/platform.hh>
#include <ost/gui/python_shell/text_logger.hh>
#include <ost/gui/python_shell/python_shell.hh>
#include <ost/gui/python_shell/python_interpreter.hh>
#include "gl_win.hh"
#include "widget_state_saver.hh"
#include "gosty.hh"
#include <ost/log.hh>
#include <ost/platform.hh>
#include <ost/gui/module_config.hh>
#include <utility>
#include <vector>
#include <signal.h>
#include <iostream>
#include <sstream>
#include <ctime>
// must come last
#include <QApplication>
#include <QResource>
......
......@@ -25,8 +25,8 @@
#include <ost/config.hh>
#include <ost/gui/module_config.hh>
#include <ost/gui/main.hh>
#include <ost/gui/module_config.hh>
#include <ost/gui/widget_geom_handler.hh>
......
......@@ -19,11 +19,11 @@
#ifndef OST_GUI_OST_MAIN_HH
#define OST_GUI_OST_MAIN_HH
#include <map>
#include <boost/shared_ptr.hpp>
#include <ost/gui/module_config.hh>
#include <ost/gui/python_shell/text_logger.hh>
#include <boost/shared_ptr.hpp>
#include <ost/gui/module_config.hh>
#include <map>
#include "widget_state_saver.hh"
......
......@@ -16,7 +16,6 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <cassert>
#include <ost/gui/gosty_app.hh>
......@@ -30,6 +29,7 @@
#include "panel_bar.hh"
#include "panel_bar_widget_holder.hh"
#include <cassert>
#include <QApplication>
#include <QMenu>
#include <QHBoxLayout>
......
......@@ -21,8 +21,8 @@
Author: Marco Biasini
*/
#include "python_shell.hh"
#include "python_shell_widget.hh"
#include "python_shell.hh"
#include <ost/gui/gosty_app.hh>
#include <ost/gui/widget_registry.hh>
......
......@@ -16,9 +16,9 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <ost/gui/gosty_app.hh>
#include <ost/dyn_cast.hh>
#include <ost/mol/view_op.hh>
#include <ost/gui/gosty_app.hh>
#include <ost/gfx/scene.hh>
#include <ost/gfx/entity.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment