[gnumeric] Compilation: include complex.h only as needed.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Compilation: include complex.h only as needed.
- Date: Sun, 22 May 2011 23:01:02 +0000 (UTC)
commit c7c42d15922776ca843bca317bd711b8d6f76c5d
Author: Morten Welinder <terra gnome org>
Date: Sun May 22 19:00:36 2011 -0400
Compilation: include complex.h only as needed.
plugins/fn-eng/functions.c | 1 -
src/tools/analysis-tools.h | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fn-eng/functions.c b/plugins/fn-eng/functions.c
index 581de8a..961da69 100644
--- a/plugins/fn-eng/functions.c
+++ b/plugins/fn-eng/functions.c
@@ -26,7 +26,6 @@
#include <func.h>
#include <parse-util.h>
-#include <complex.h>
#include <value.h>
#include <mathfunc.h>
#include <collect.h>
diff --git a/src/tools/analysis-tools.h b/src/tools/analysis-tools.h
index d323e2e..fce511c 100644
--- a/src/tools/analysis-tools.h
+++ b/src/tools/analysis-tools.h
@@ -7,7 +7,6 @@
#include "dao.h"
#include "tools.h"
#include "regression.h"
-#include "complex.h"
#include "func.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]