diff options
Diffstat (limited to 'xlators/performance/decompounder/src/decompounder.h')
-rw-r--r-- | xlators/performance/decompounder/src/decompounder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/performance/decompounder/src/decompounder.h b/xlators/performance/decompounder/src/decompounder.h index 486d0caf369..b9b934d5112 100644 --- a/xlators/performance/decompounder/src/decompounder.h +++ b/xlators/performance/decompounder/src/decompounder.h @@ -11,9 +11,9 @@ #ifndef __DC_H__ #define __DC_H__ -#include "defaults.h" -#include "xlator.h" -#include "call-stub.h" +#include <glusterfs/defaults.h> +#include <glusterfs/xlator.h> +#include <glusterfs/call-stub.h> #include "decompounder-mem-types.h" #include "decompounder-messages.h" |