aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-sorted.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-04 20:13:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-04 20:13:38 +0800
commit48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c (patch)
tree37556e8d2ef7c097a383c2a1e6dc90c46d417ead /widgets/table/e-tree-sorted.c
parentac19d5492f290cc7f41e81dc6ff5873fc644f18f (diff)
downloadgsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.tar
gsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.tar.gz
gsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.tar.bz2
gsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.tar.lz
gsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.tar.xz
gsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.tar.zst
gsoc2013-evolution-48200fbd57c44325d7aa35f9d4c4fcc477ce1f9c.zip
Fixed headers.
2001-04-04 Christopher James Lahey <clahey@ximian.com> * 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
Diffstat (limited to 'widgets/table/e-tree-sorted.c')
-rw-r--r--widgets/table/e-tree-sorted.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/table/e-tree-sorted.c b/widgets/table/e-tree-sorted.c
index ddea067b91..b369789609 100644
--- a/widgets/table/e-tree-sorted.c
+++ b/widgets/table/e-tree-sorted.c
@@ -16,11 +16,14 @@
#include <config.h>
+#include "e-tree-sorted.h"
+
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
+#include <string.h>
#include <gnome-xml/parser.h>
#include <gnome-xml/xmlmemory.h>
@@ -28,7 +31,6 @@
#include <gtk/gtksignal.h>
#include "gal/util/e-util.h"
#include "gal/util/e-xml-utils.h"
-#include "e-tree-sorted.h"
#include "e-table-sorting-utils.h"
#define PARENT_TYPE E_TREE_MODEL_TYPE