projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0dedc4
)
Include stdio from the right section of _angle.h and use the C++ version
author
pabs3
<pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 4 May 2009 13:41:26 +0000
(13:41 +0000)
committer
Carlos Lopez
<carlos@pcnuevo.(none)>
Fri, 12 Jun 2009 14:28:55 +0000
(16:28 +0200)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2366
1f10aa63
-cdf2-0310-b900-
c93c546f37ac
ETL/trunk/ETL/_angle.h
patch
|
blob
|
history
diff --git
a/ETL/trunk/ETL/_angle.h
b/ETL/trunk/ETL/_angle.h
index
b35999f
..
2ea3720
100644
(file)
--- a/
ETL/trunk/ETL/_angle.h
+++ b/
ETL/trunk/ETL/_angle.h
@@
-1,4
+1,3
@@
-#include <stdio.h>
/* ========================================================================
** Extended Template and Library
** Angle Abstraction Class Implementation
@@
-31,6
+30,7
@@
/* === H E A D E R S ======================================================= */
+#include <cstdio>
#include <cmath>
#include <functional>