~ubuntu-branches/debian/jessie/yade/jessie

« back to all changes in this revision

Viewing changes to gui/qt4/GLViewerMouse.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-08-04 19:34:58 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140804193458-cw8qhnujxe9wzi15
Tags: 1.11.0-1
* [a0600ae] Imported Upstream version 1.11.0
* [a3055e0] Do not use parallel build on kfreebsd-amd64 and s390x.
* [f86b405] Remove applied patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include<yade/core/Scene.hpp>
17
17
#include<yade/core/Interaction.hpp>
18
18
#include<yade/core/DisplayParameters.hpp>
19
 
#include<boost/filesystem/operations.hpp>
20
19
#include<boost/algorithm/string.hpp>
21
 
#include<boost/version.hpp>
22
 
#include<boost/python.hpp>
23
20
#include<sstream>
24
21
#include<iomanip>
25
22
#include<boost/algorithm/string/case_conv.hpp>