diff options
Diffstat (limited to 'cpp/src/qpid/broker/AutoDelete.h')
-rw-r--r-- | cpp/src/qpid/broker/AutoDelete.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/AutoDelete.h b/cpp/src/qpid/broker/AutoDelete.h index b706246900..a49014314d 100644 --- a/cpp/src/qpid/broker/AutoDelete.h +++ b/cpp/src/qpid/broker/AutoDelete.h @@ -1,3 +1,5 @@ +#ifndef _AutoDelete_ +#define _AutoDelete_ /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -18,9 +20,6 @@ * under the License. * */ -#ifndef _AutoDelete_ -#define _AutoDelete_ - #include <iostream> #include <queue> #include <qpid/sys/Monitor.h> |