diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-06 00:24:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-06 00:24:57 +0300 |
commit | f82a8240b7f160e1a171871b3596cc13cabc34b2 (patch) | |
tree | 058fb0d37e7fbbb76e74921454834b02899a9a19 /src/client.h | |
parent | 471ebb87308b318d8b04f773954d2be4f49f080d (diff) | |
download | manaverse-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.gz manaverse-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.bz2 manaverse-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.xz manaverse-f82a8240b7f160e1a171871b3596cc13cabc34b2.zip |
Move dyecmd separate sources from dyetool into progs/dyecmd directory.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 06e362a35..6c6888f52 100644 --- a/src/client.h +++ b/src/client.h @@ -24,7 +24,7 @@ #define CLIENT_H #ifdef DYECMD -#include "dyetool/client.h" +#include "progs/dyecmd/client.h" #else // DYECMD |