diff -r dae3c140ebaa -r 84873ce721dc finch/libgnt/gntline.h --- a/finch/libgnt/gntline.h Fri Feb 07 18:22:36 2014 +0530 +++ b/finch/libgnt/gntline.h Fri Feb 07 21:49:22 2014 +0530 @@ -19,6 +19,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ + +#ifndef GNT_LINE_H +#define GNT_LINE_H /** * SECTION:gntline * @section_id: libgnt-gntline @@ -26,9 +29,6 @@ * @title: Line */ -#ifndef GNT_LINE_H -#define GNT_LINE_H - #include "gntwidget.h" #include "gnt.h" #include "gntcolors.h"