aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks-server.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-03-07 11:38:22 +0000
committerNIIBE Yutaka <[email protected]>2017-03-07 11:38:22 +0000
commit80fb1a8a05b2194af16027555b09bbd5d48ec9ac (patch)
treee585641a84a3e43bd12a08031e097687cf682628 /tools/gpg-wks-server.c
parentMore change for common. (diff)
downloadgnupg-80fb1a8a05b2194af16027555b09bbd5d48ec9ac.tar.gz
gnupg-80fb1a8a05b2194af16027555b09bbd5d48ec9ac.zip
tools: Removal of -Icommon.
* tools/gpg-wks-server.c: Follow the change. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tools/gpg-wks-server.c')
-rw-r--r--tools/gpg-wks-server.c16
1 files 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 <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"