Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / mptr_openexr.cpp
index 676a24b..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>