summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/cspline.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 13:02:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 13:02:26 +0200
commit29a96480b09f63bfbffb799729cf09d3693c0054 (patch)
tree3a36a3942a6ce94f3c24a9c96fc9457f8486a9eb /hwpfilter/source/cspline.cxx
parentRemove unused code (diff)
downloadcore-29a96480b09f63bfbffb799729cf09d3693c0054.tar.gz
core-29a96480b09f63bfbffb799729cf09d3693c0054.zip
Clean up function declarations and some unused functions
Change-Id: I7eba9260b33e0b92ed997bf624d866644a091f29
Diffstat (limited to 'hwpfilter/source/cspline.cxx')
-rw-r--r--hwpfilter/source/cspline.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/cspline.cxx b/hwpfilter/source/cspline.cxx
index cc238b3fb127..06dde6cf3176 100644
--- a/hwpfilter/source/cspline.cxx
+++ b/hwpfilter/source/cspline.cxx
@@ -47,6 +47,9 @@
// matrix. Therefore for very large N, you may have to worry about memory
// usage.
+#include <sal/config.h>
+
+#include "cspline.h"
#include "solver.h"
void NaturalSpline (int N, double* x, double* a, double*& b, double*& c,