diff options
Diffstat (limited to 'xlators/encryption/rot-13/src/rot-13.c')
-rw-r--r-- | xlators/encryption/rot-13/src/rot-13.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/encryption/rot-13/src/rot-13.c b/xlators/encryption/rot-13/src/rot-13.c index acb918e8854..0f45ee31964 100644 --- a/xlators/encryption/rot-13/src/rot-13.c +++ b/xlators/encryption/rot-13/src/rot-13.c @@ -10,9 +10,9 @@ #include <ctype.h> #include <sys/uio.h> -#include "glusterfs.h" -#include "xlator.h" -#include "logging.h" +#include <glusterfs/glusterfs.h> +#include <glusterfs/xlator.h> +#include <glusterfs/logging.h> #include "rot-13.h" |