Changeset: 73761453e6ec for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=73761453e6ec
Modified Files:
        monetdb5/modules/kernel/batcolor.h
        monetdb5/modules/kernel/batstr.c
Branch: Jul2015
Log Message:

Remove unnecessary includes.


diffs (34 lines):

diff --git a/monetdb5/modules/kernel/batcolor.h 
b/monetdb5/modules/kernel/batcolor.h
--- a/monetdb5/modules/kernel/batcolor.h
+++ b/monetdb5/modules/kernel/batcolor.h
@@ -25,13 +25,6 @@
 #define batcolor_export extern
 #endif
 
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h>
-#endif
-#ifdef HAVE_ICONV_H
-#include <iconv.h>
-#endif
-
 batcolor_export str CLRbatColor(bat *ret, const bat *l);
 batcolor_export str CLRbatStr(bat *ret, const bat *l);
 batcolor_export str CLRbatRed(bat *ret, const bat *l);
diff --git a/monetdb5/modules/kernel/batstr.c b/monetdb5/modules/kernel/batstr.c
--- a/monetdb5/modules/kernel/batstr.c
+++ b/monetdb5/modules/kernel/batstr.c
@@ -26,13 +26,6 @@
 #include "mal_exception.h"
 #include "str.h"
 
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h>
-#endif
-#ifdef HAVE_ICONV_H
-#include <iconv.h>
-#endif
-
 #ifdef WIN32
 #define batstr_export extern __declspec(dllexport)
 #else
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to