Code

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 a9531721d6807076e36a258c7912bf7547e36db5..08b3bb37682f96c0862e7d69d29bc57af0c038f9 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 609efcbd70e4fb0fe8ba3486819a766bfa0b033d..2ae45323eed7f2581b6a4d5cec489247ba39c4af 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 */