diff options
Diffstat (limited to 'src/include/Completion.h')
-rw-r--r-- | src/include/Completion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Completion.h b/src/include/Completion.h index 4cf1e28d282..e90f57498b1 100644 --- a/src/include/Completion.h +++ b/src/include/Completion.h @@ -13,8 +13,8 @@ */ -#ifndef __COMPLETION_H -#define __COMPLETION_H +#ifndef CEPH_COMPLETION_H +#define CEPH_COMPLETION_H struct Completion : public Context { |