src/utils_cmd_{putnotif,putval}.h: Don't include `plugin.h' without a reason.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 27 Feb 2008 09:17:01 +0000 (10:17 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 27 Feb 2008 09:17:01 +0000 (10:17 +0100)
src/utils_cmd_putnotif.h
src/utils_cmd_putval.h

index a953172..08b3bb3 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef UTILS_CMD_PUTNOTIF_H
 #define UTILS_CMD_PUTNOTIF_H 1
 
-#include "plugin.h"
-
 int handle_putnotif (FILE *fh, char **fields, int fields_num);
 
 /* vim: set shiftwidth=2 softtabstop=2 tabstop=8 : */
index 609efcb..2ae4532 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef UTILS_CMD_PUTVAL_H
 #define UTILS_CMD_PUTVAL_H 1
 
-#include "plugin.h"
-
 int handle_putval (FILE *fh, char **fields, int fields_num);
 
 #endif /* UTILS_CMD_PUTVAL_H */