diff options
Diffstat (limited to 'xlators/features/cloudsync/src/cloudsync-common.h')
| -rw-r--r-- | xlators/features/cloudsync/src/cloudsync-common.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/features/cloudsync/src/cloudsync-common.h b/xlators/features/cloudsync/src/cloudsync-common.h index 0be6a446456..7b3520ce9be 100644 --- a/xlators/features/cloudsync/src/cloudsync-common.h +++ b/xlators/features/cloudsync/src/cloudsync-common.h @@ -10,10 +10,10 @@  #ifndef _CLOUDSYNC_COMMON_H  #define _CLOUDSYNC_COMMON_H -#include "glusterfs.h" -#include "call-stub.h" -#include "xlator.h" -#include "syncop.h" +#include <glusterfs/glusterfs.h> +#include <glusterfs/call-stub.h> +#include <glusterfs/xlator.h> +#include <glusterfs/syncop.h>  #include "cloudsync-mem-types.h"  #include "cloudsync-messages.h"  | 
