From 3f50c36c513ab68a93ba595395ff34a8dbd5dcb0 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Thu, 22 Sep 2011 14:57:06 +0200
Subject: [PATCH] mol.alg should not depend on headers from gfx

---
 modules/mol/alg/src/trajectory_analysis.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/mol/alg/src/trajectory_analysis.cc b/modules/mol/alg/src/trajectory_analysis.cc
index 7f81b91d1..2d0e6f32f 100644
--- a/modules/mol/alg/src/trajectory_analysis.cc
+++ b/modules/mol/alg/src/trajectory_analysis.cc
@@ -25,10 +25,8 @@
 #include <ost/geom/vec3.hh>
 #include <ost/base.hh>
 #include <ost/geom/geom.hh>
-#include <ost/gfx/entity.hh>
-#include <ost/mol/entity_view.hh>
+#include <ost/mol/mol.hh>
 #include <ost/mol/view_op.hh>
-#include <ost/mol/coord_group.hh>
 #include "trajectory_analysis.hh"
 
 namespace ost { namespace mol { namespace alg {
-- 
GitLab