← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3726: Fix compilation.

 

------------------------------------------------------------
revno: 3726
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2013-10-23 11:49:41 +0200
message:
  Fix compilation.
modified:
  pkg/dem/Shop_01.cpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/Shop_01.cpp'
--- pkg/dem/Shop_01.cpp	2013-10-22 21:04:04 +0000
+++ pkg/dem/Shop_01.cpp	2013-10-23 09:49:41 +0000
@@ -1,17 +1,4 @@
 // 2007 © Václav Šmilauer <eudoxos@xxxxxxxx>
-#include <assert.h>                     // for assert
-#include <algorithm>                    // for max
-#include <boost/exception/exception.hpp>  // for shared_ptr
-#include <boost/foreach.hpp>            // for auto_any_base
-#include <limits>                       // for numeric_limits
-#include <ostream>                      // for basic_ostream, char_traits, etc
-#include "Shop.hpp"                     // for Shop
-#include "yade/core/Body.hpp"           // for Body, Body::id_t
-#include "yade/core/Engine.hpp"         // for FOREACH, Engine (ptr only)
-#include "yade/lib/base/Logging.hpp"    // for LOG_WARN, TRWM3MAT, etc
-#include "yade/lib/base/Math.hpp"       // for Real
-
-/*
 #include"Shop.hpp"
 
 #include<boost/filesystem/convenience.hpp>
@@ -54,7 +41,6 @@
 #include"yade/pkg/common/Grid.hpp"
 
 #include"yade/pkg/dem/Tetra.hpp"
-*/
 
 #ifdef YADE_OPENGL
 	#include"yade/pkg/common/Gl1_NormPhys.hpp"