# HG changeset patch # User diego # Date 1164483712 0 # Node ID 1e188b06ce988d0de405cb92928a821f3ca0c102 # Parent 1a963c0b58c5ffe959e1ba6c6b0319e967868975 Use the real name of the header file when guarding against double inclusion. diff -r 1a963c0b58c5 -r 1e188b06ce98 libaf/af.h --- a/libaf/af.h Sat Nov 25 19:19:36 2006 +0000 +++ b/libaf/af.h Sat Nov 25 19:41:52 2006 +0000 @@ -1,5 +1,5 @@ -#ifndef __aop_h__ -#define __aop_h__ +#ifndef __af_h__ +#define __af_h__ #include @@ -388,4 +388,4 @@ #endif //! \} -#endif /* __aop_h__ */ +#endif /* __af_h__ */