[git] GnuPG - branch, master, updated. gnupg-2.1.19-35-g80fb1a8
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Mar 7 12:39:23 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 80fb1a8a05b2194af16027555b09bbd5d48ec9ac (commit)
from d6c7bf1f8ab8899faba2fb81a35b096921c38f3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 80fb1a8a05b2194af16027555b09bbd5d48ec9ac
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Mar 7 20:38:22 2017 +0900
tools: Removal of -Icommon.
* tools/gpg-wks-server.c: Follow the change.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/tools/gpg-wks-server.c b/tools/gpg-wks-server.c
index fc021c5..4d3e24d 100644
--- a/tools/gpg-wks-server.c
+++ b/tools/gpg-wks-server.c
@@ -31,14 +31,14 @@
#include <sys/stat.h>
#include <dirent.h>
-#include "util.h"
-#include "init.h"
-#include "sysutils.h"
-#include "ccparray.h"
-#include "exectool.h"
-#include "zb32.h"
-#include "mbox-util.h"
-#include "name-value.h"
+#include "../common/util.h"
+#include "../common/init.h"
+#include "../common/sysutils.h"
+#include "../common/ccparray.h"
+#include "../common/exectool.h"
+#include "../common/zb32.h"
+#include "../common/mbox-util.h"
+#include "../common/name-value.h"
#include "mime-maker.h"
#include "send-mail.h"
#include "gpg-wks.h"
-----------------------------------------------------------------------
Summary of changes:
tools/gpg-wks-server.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list