[Pkg-gnupg-commit] [gnupg2] 35/124: tools: Removal of -Icommon.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 5 15:55:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

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>
---
 tools/gpg-wks-server.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list