mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
70aca95d68
commit
d6c7bf1f8a
@ -26,14 +26,14 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "cipher.h"
|
#include "cipher.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
@ -32,8 +32,8 @@
|
|||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#else /* GNUPG_MAJOR_VERSION != 1 */
|
#else /* GNUPG_MAJOR_VERSION != 1 */
|
||||||
#include "scdaemon.h"
|
#include "scdaemon.h"
|
||||||
#endif /* GNUPG_MAJOR_VERSION != 1 */
|
#endif /* GNUPG_MAJOR_VERSION != 1 */
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include "scheme.h"
|
#include "scheme.h"
|
||||||
#include "scheme-private.h"
|
#include "scheme-private.h"
|
||||||
#include "ffi.h"
|
#include "ffi.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "../../common/argparse.h"
|
#include "../../common/argparse.h"
|
||||||
#include "../../common/init.h"
|
#include "../../common/init.h"
|
||||||
#include "../../common/logging.h"
|
#include "../../common/logging.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "../common/util.h"
|
#include "../common/util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
|
|
||||||
/* Replace libgcrypt's malloc functions which are used by
|
/* Replace libgcrypt's malloc functions which are used by
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <gpg-error.h>
|
#include <gpg-error.h>
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "../common/util.h"
|
#include "../common/util.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
#include "../common/sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user