diff --git a/core/wrapped.h b/core/wrapped.h index 01711b7..99d5b39 100644 --- a/core/wrapped.h +++ b/core/wrapped.h @@ -1,3 +1,6 @@ +#ifndef WRAPPED_H +#define WRAPPED_H + /*************************************************************************/ /* wrapped.h */ /*************************************************************************/ @@ -28,9 +31,6 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef WRAPPED_H -#define WRAPPED_H - #include // This is an internal base class used by the bindings. You should not need to access its members.