Salome HOME
Fix for crash and invisible bodies on Debian Squeeze SALOME version.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Definitions.h
index 926de63ca9fb4a83dc85f9403c747bdecc31abe0..8cfed34b4fb03ff03b6368febb536a29dad7aad2 100644 (file)
@@ -3,11 +3,9 @@
 
 #include <QList>
 #include <ModelAPI_Feature.h>
-#include <ModelAPI_Result.h>
 
 typedef QList<int> QIntList;       //!< list of int values
 typedef QList<short> QShortList;     //!< list of short int values
 typedef QList<double> QDoubleList;    //!< list of double values
 typedef QList<FeaturePtr> QFeatureList;  //!< List of features
-typedef QList<ResultPtr> QResultList;  //!< List of results
 #endif