From 80fb1a8a05b2194af16027555b09bbd5d48ec9ac Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 7 Mar 2017 20:38:22 +0900 Subject: [PATCH] tools: Removal of -Icommon. * tools/gpg-wks-server.c: Follow the change. Signed-off-by: NIIBE Yutaka --- 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 fc021c552..4d3e24d12 100644 --- a/tools/gpg-wks-server.c +++ b/tools/gpg-wks-server.c @@ -31,14 +31,14 @@ #include #include -#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"