Move include guards out to enable GCC optimisation
[platform/upstream/atk.git] / atk / atkeditabletext.h
index f78f267..3eebab2 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#ifndef __ATK_EDITABLE_TEXT_H__
+#define __ATK_EDITABLE_TEXT_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_EDITABLE_TEXT_H__
-#define __ATK_EDITABLE_TEXT_H__
-
 #include <atk/atkobject.h>
 #include <atk/atktext.h>