diff options
Diffstat (limited to 'src/properties.h')
-rw-r--r-- | src/properties.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/properties.h b/src/properties.h index 9ebead66..86fffea3 100644 --- a/src/properties.h +++ b/src/properties.h @@ -17,16 +17,14 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id: properties.h 3754 2007-11-20 15:19:50Z b_lindeijer $ */ #ifndef _TMW_PROPERTIES_H_ #define _TMW_PROPERTIES_H_ #include <map> -#include <string> #include <sstream> +#include <string> /** * A class holding a set of properties. |