From 48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 4 Apr 2001 12:13:38 +0000 Subject: Fixed headers. 2001-04-04 Christopher James Lahey * e-table-config.c, e-table-item.c, e-table-memory.c, e-table-sort-info.c, e-table-specification.c, e-tree-sorted.c: Fixed headers. * e-table-config.c, e-table-specification.c: Replaced strcasecmp with g_strcasecmp. svn path=/trunk/; revision=9174 --- widgets/table/e-table-sort-info.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'widgets/table/e-table-sort-info.c') diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c index 2566f7e264..bc4cf16f39 100644 --- a/widgets/table/e-table-sort-info.c +++ b/widgets/table/e-table-sort-info.c @@ -9,10 +9,13 @@ * (C) 1999, 2000, 2001 Ximian, Inc. */ #include -#include + #include "e-table-sort-info.h" + +#include #include "gal/util/e-util.h" #include "gal/util/e-xml-utils.h" +#include #define ETM_CLASS(e) ((ETableSortInfoClass *)((GtkObject *)e)->klass) -- cgit v1.2.3