summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/includes/isEmpty.h
diff options
context:
space:
mode:
authorjofret2007-02-23 17:07:02 +0000
committerjofret2007-02-23 17:07:02 +0000
commit9d6ec22d29413e2b662acd523c1171a2228f13f6 (patch)
tree94e6727d5c82421bcbf762fea2d6c64cc3083394 /src/auxiliaryFunctions/includes/isEmpty.h
parenteb181bbd6e625b920035be1f7024c993ba3bc73d (diff)
downloadscilab2c-9d6ec22d29413e2b662acd523c1171a2228f13f6.tar.gz
scilab2c-9d6ec22d29413e2b662acd523c1171a2228f13f6.tar.bz2
scilab2c-9d6ec22d29413e2b662acd523c1171a2228f13f6.zip
* src/auxiliaryFunctions/includes :
Add includes directory for profiling functions. * src/auxiliaryFunctions/*/*.h : Moving headers to includes. * src/auxiliaryFunctions/*/*.c : Better dependancies with includes. * src/auxiliaryFunctions/*/Makedile : Changing includes / headers / link.
Diffstat (limited to 'src/auxiliaryFunctions/includes/isEmpty.h')
-rw-r--r--src/auxiliaryFunctions/includes/isEmpty.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/includes/isEmpty.h b/src/auxiliaryFunctions/includes/isEmpty.h
index 40a9ad3e..5c434779 100644
--- a/src/auxiliaryFunctions/includes/isEmpty.h
+++ b/src/auxiliaryFunctions/includes/isEmpty.h
@@ -5,7 +5,7 @@
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Thu Feb 8 10:12:17 2007 jofret
-** Last update Wed Feb 14 14:43:53 2007 jofret
+** Last update Fri Feb 23 18:01:52 2007 jofret
**
** Copyright INRIA 2007
*/
@@ -13,7 +13,11 @@
#ifndef __IS_EMPTY_H__
#define __IS_EMPTY_H__
-#include <bool.h>
+#include <stdbool.h>
+
+#include "floatComplex.h"
+#include "doubleComplex.h"
+#include "notFound.h"
/*
** \brief Float Is Empty function