summaryrefslogtreecommitdiffstats
path: root/src/livarot/AlphaLigne.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-04 09:52:07 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-04 09:52:07 +0000
commit03ce433b21648859c141c5839d920d3d6d27723d (patch)
tree379db622d73b485ae05f49291993ce7f45c4bca6 /src/livarot/AlphaLigne.cpp
parentUpdated for build and fixed Trace Bitmap text to be Trace Bitmap... (diff)
downloadinkscape-03ce433b21648859c141c5839d920d3d6d27723d.tar.gz
inkscape-03ce433b21648859c141c5839d920d3d6d27723d.zip
optimize includes, use stdlib instead of inttypes if we have it
(bzr r73)
Diffstat (limited to 'src/livarot/AlphaLigne.cpp')
-rw-r--r--src/livarot/AlphaLigne.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/livarot/AlphaLigne.cpp b/src/livarot/AlphaLigne.cpp
index fa128e1a7..f878c1bb3 100644
--- a/src/livarot/AlphaLigne.cpp
+++ b/src/livarot/AlphaLigne.cpp
@@ -8,9 +8,10 @@
*/
#include "AlphaLigne.h"
-//#include "Buffer.h"
#include <math.h>
+#include <stdio.h>
+#include <stdlib.h>
#include <glib/gmem.h>
AlphaLigne::AlphaLigne(int iMin,int iMax)