Add an extra 'symmetrical' parameter to the 'time loop' layer to better be able to...
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / mptr_openexr.cpp
index db53371..d29719e 100644 (file)
@@ -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 <synfig/synfig.h>
+#include <synfig/general.h>
+#include <synfig/surface.h>
 #include <ETL/stringf>
 #include <cstdio>
 #include <algorithm>
@@ -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 ======================================================= */