Changeset: 52677c941d1d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=52677c941d1d
Modified Files:
clients/mapiclient/eventparser.c
clients/mapiclient/eventparser.h
monetdb5/modules/mal/manifold.h
Branch: Jul2015
Log Message:
#include "monetdb_config.h" must be the first (none-comment) statement in each
.c file,
thus, there is no need to include it in any .h file
diffs (34 lines):
diff --git a/clients/mapiclient/eventparser.c b/clients/mapiclient/eventparser.c
--- a/clients/mapiclient/eventparser.c
+++ b/clients/mapiclient/eventparser.c
@@ -8,6 +8,7 @@
/* (c) M Kersten, S Manegold */
+#include "monetdb_config.h"
#include "eventparser.h"
char *statenames[]= {"","start","done","action","ping","wait","system"};
diff --git a/clients/mapiclient/eventparser.h b/clients/mapiclient/eventparser.h
--- a/clients/mapiclient/eventparser.h
+++ b/clients/mapiclient/eventparser.h
@@ -19,8 +19,6 @@
#ifndef _EVENT_PARSER_
#define _EVENT_PARSER_
-#include "monetdb_config.h"
-#include "monet_options.h"
#include <mapi.h>
#include <stream.h>
#include <stdio.h>
diff --git a/monetdb5/modules/mal/manifold.h b/monetdb5/modules/mal/manifold.h
--- a/monetdb5/modules/mal/manifold.h
+++ b/monetdb5/modules/mal/manifold.h
@@ -12,7 +12,6 @@
*/
#ifndef _MANIFOLD_LIB_
#define _MANIFOLD_LIB_
-#include "monetdb_config.h"
#include <string.h>
#include "mal.h"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list