* atk/atk.h:
Guard atk.h with ifndef __ATK_H__
(#71405 reported by terra@diku.dk (Morten Welinder))
+2002-02-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * atk/atk.h:
+ Guard atk.h with ifndef __ATK_H__
+ (#71405 reported by terra@diku.dk (Morten Welinder))
+
2002-02-13 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
* Boston, MA 02111-1307, USA.
*/
+#ifndef __ATK_H__
+#define __ATK_H__
+
#include <atk/atkobject.h>
#include <atk/atkaction.h>
#include <atk/atkcomponent.h>
#include <atk/atktext.h>
#include <atk/atkutil.h>
#include <atk/atkvalue.h>
+
+#endif /* __ATK_H__ */