More change for common.

* g10, scd, test, tools: Follow the change of removal of -Icommon.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2017-03-07 20:32:09 +09:00
parent 70aca95d68
commit d6c7bf1f8a
5 changed files with 8 additions and 8 deletions

View File

@ -26,14 +26,14 @@
#include <string.h>
#include "gpg.h"
#include "util.h"
#include "../common/util.h"
#include "packet.h"
#include "keydb.h"
#include "cipher.h"
#include "main.h"
#include "options.h"
#include "i18n.h"
#include "status.h"
#include "../common/i18n.h"
#include "../common/status.h"
#include "pkglue.h"
static int

View File

@ -32,8 +32,8 @@
#include "options.h"
#include "errors.h"
#include "memory.h"
#include "util.h"
#include "i18n.h"
#include "../common/util.h"
#include "../common/i18n.h"
#else /* GNUPG_MAJOR_VERSION != 1 */
#include "scdaemon.h"
#endif /* GNUPG_MAJOR_VERSION != 1 */

View File

@ -34,7 +34,7 @@
#include "scheme.h"
#include "scheme-private.h"
#include "ffi.h"
#include "i18n.h"
#include "../common/i18n.h"
#include "../../common/argparse.h"
#include "../../common/init.h"
#include "../../common/logging.h"

View File

@ -18,7 +18,7 @@
#include <errno.h>
#include "../common/util.h"
#include "i18n.h"
#include "../common/i18n.h"
/* Replace libgcrypt's malloc functions which are used by

View File

@ -98,7 +98,7 @@
#endif
#include <gpg-error.h>
#include "i18n.h"
#include "../common/i18n.h"
#include "../common/util.h"
#include "../common/init.h"
#include "../common/sysutils.h"