diff options
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r-- | agent/command-ssh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 382f9e635..5a0254267 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -50,9 +50,9 @@ #include "agent.h" -#include "i18n.h" -#include "util.h" -#include "ssh-utils.h" +#include "../common/i18n.h" +#include "../common/util.h" +#include "../common/ssh-utils.h" |