summaryrefslogtreecommitdiffstats
path: root/xlators/playground/template/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/playground/template/src/template.h')
-rw-r--r--xlators/playground/template/src/template.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/xlators/playground/template/src/template.h b/xlators/playground/template/src/template.h
index 0abe2245296..c53dc1c7010 100644
--- a/xlators/playground/template/src/template.h
+++ b/xlators/playground/template/src/template.h
@@ -10,11 +10,11 @@
#ifndef __TEMPLATE_H__
#define __TEMPLATE_H__
-#include "glusterfs.h"
-#include "logging.h"
-#include "dict.h"
-#include "xlator.h"
-#include "defaults.h"
+#include <glusterfs/glusterfs.h>
+#include <glusterfs/logging.h>
+#include <glusterfs/dict.h>
+#include <glusterfs/xlator.h>
+#include <glusterfs/defaults.h>
struct template_private {
/* Add all the relevant fields you need here */
@@ -24,7 +24,7 @@ struct template_private {
typedef struct template_private template_private_t;
/* Below section goes to template-mem-types.h */
-#include "mem-types.h"
+#include <glusterfs/mem-types.h>
enum gf_template_mem_types_ {
gf_template_mt_private_t = gf_common_mt_end + 1,
@@ -36,7 +36,7 @@ enum gf_template_mem_types_ {
NOTE: make sure you have added your component (in this case,
TEMPLATE) in `libglusterfs/src/glfs-message-id.h`.
*/
-#include "glfs-message-id.h"
+#include <glusterfs/glfs-message-id.h>
GLFS_MSGID(TEMPLATE, TEMPLATE_MSG_NO_MEMORY, TEMPLATE_MSG_NO_GRAPH);