diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 5a5b55b62..c84dce731 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -53,11 +53,11 @@ #include "agent.h" #include <assuan.h> /* Malloc hooks and socket wrappers. */ -#include "i18n.h" -#include "sysutils.h" -#include "gc-opt-flags.h" -#include "exechelp.h" -#include "asshelp.h" +#include "../common/i18n.h" +#include "../common/sysutils.h" +#include "../common/gc-opt-flags.h" +#include "../common/exechelp.h" +#include "../common/asshelp.h" #include "../common/init.h" |