From 609d6b6e823dad1f3236602085e829e4dfc07d94 Mon Sep 17 00:00:00 2001 From: stefan <stefan@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Thu, 27 May 2010 14:45:48 +0000 Subject: [PATCH] EnityToDensity, fix typo (import -> include) git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2292 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/mol/alg/src/entity_to_density.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mol/alg/src/entity_to_density.hh b/modules/mol/alg/src/entity_to_density.hh index 9460b5f6c..fc9180006 100644 --- a/modules/mol/alg/src/entity_to_density.hh +++ b/modules/mol/alg/src/entity_to_density.hh @@ -1,8 +1,8 @@ #ifndef OST_ENTITY_TO_DENSITY_HH #define OST_ENTITY_TO_DENSITY_HH -#import <ost/mol/entity_view.hh> -#import <ost/img/map.hh> +#include <ost/mol/entity_view.hh> +#include <ost/img/map.hh> #include <ost/mol/alg/module_config.hh> -- GitLab