diff options
Diffstat (limited to 'other-licenses/atk-1.0/atk/atkobject.h')
-rw-r--r-- | other-licenses/atk-1.0/atk/atkobject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/other-licenses/atk-1.0/atk/atkobject.h b/other-licenses/atk-1.0/atk/atkobject.h index 987f2cefce..de9da63134 100644 --- a/other-licenses/atk-1.0/atk/atkobject.h +++ b/other-licenses/atk-1.0/atk/atkobject.h @@ -20,14 +20,14 @@ #ifndef __ATK_OBJECT_H__ #define __ATK_OBJECT_H__ -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - #include <glib-object.h> #include <atk/atkstate.h> #include <atk/atkrelationtype.h> +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + /* * AtkObject represents the minimum information all accessible objects * return. This information includes accessible name, accessible |