X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_openexr%2Fmptr_openexr.cpp;h=d29719eac2f9d44438b780f9ac2fcbfca1edad34;hb=eef623cc49ddc319219d759e0472e54ce4b3f402;hp=db53371792bc9ca451359f8ec4cd1c8a9a419200;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_openexr/mptr_openexr.cpp b/synfig-core/trunk/src/modules/mod_openexr/mptr_openexr.cpp index db53371..d29719e 100644 --- a/synfig-core/trunk/src/modules/mod_openexr/mptr_openexr.cpp +++ b/synfig-core/trunk/src/modules/mod_openexr/mptr_openexr.cpp @@ -2,8 +2,11 @@ /*! \file mptr_openexr.cpp ** \brief ppm Target Module ** +** $Id$ +** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -30,7 +33,8 @@ #endif #include "mptr_openexr.h" -#include +#include +#include #include #include #include @@ -54,7 +58,7 @@ SYNFIG_IMPORTER_INIT(exr_mptr); SYNFIG_IMPORTER_SET_NAME(exr_mptr,"openexr"); SYNFIG_IMPORTER_SET_EXT(exr_mptr,"exr"); SYNFIG_IMPORTER_SET_VERSION(exr_mptr,"0.1"); -SYNFIG_IMPORTER_SET_CVS_ID(exr_mptr,"$Id: mptr_openexr.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $"); +SYNFIG_IMPORTER_SET_CVS_ID(exr_mptr,"$Id$"); /* === M E T H O D S ======================================================= */