diff --git a/Mapping.h b/Mapping.h index f01cb05..4421c1a 100644 --- a/Mapping.h +++ b/Mapping.h @@ -18,20 +18,17 @@ * along with this program. If not, see . */ - #ifndef MAPPING_H_ #define MAPPING_H_ #include #include - #include "Shape.h" #include "Paint.h" - #include "UidAllocator.h" /** - * Mapping is the central concept of Libremapping. + * Mapping is the central concept of this software. * * A Mapping represents a relationship between an input Paint and * and output Shape where the paint (possibly modified by some other