diff options
Diffstat (limited to 'vcl/inc/list.h')
-rw-r--r-- | vcl/inc/list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/list.h b/vcl/inc/list.h index 733bb19ce84d..b19591022700 100644 --- a/vcl/inc/list.h +++ b/vcl/inc/list.h @@ -25,8 +25,8 @@ /*| Author: Alexander Gelfenbain |*/ /*[]---------------------------------------------------[]*/ -#ifndef __CLIST_H -#define __CLIST_H +#ifndef INCLUDED_VCL_INC_LIST_H +#define INCLUDED_VCL_INC_LIST_H #ifdef __cplusplus extern "C" @@ -85,6 +85,6 @@ extern "C" #endif -#endif /* __CLIST_H */ +#endif // INCLUDED_VCL_INC_LIST_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |