diff options
Diffstat (limited to 'atk/atkimage.h')
-rw-r--r-- | atk/atkimage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/atkimage.h b/atk/atkimage.h index 4905cd1..f4b430c 100644 --- a/atk/atkimage.h +++ b/atk/atkimage.h @@ -17,13 +17,13 @@ * Boston, MA 02111-1307, USA. */ +#ifndef __ATK_IMAGE_H__ +#define __ATK_IMAGE_H__ + #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION) #error "Only <atk/atk.h> can be included directly." #endif -#ifndef __ATK_IMAGE_H__ -#define __ATK_IMAGE_H__ - #include <atk/atkobject.h> #include <atk/atkutil.h> |