diff options
Diffstat (limited to 'gtk/gtktreedatalist.c')
-rw-r--r-- | gtk/gtktreedatalist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreedatalist.c b/gtk/gtktreedatalist.c index 5f9629487e..a70a53d820 100644 --- a/gtk/gtktreedatalist.c +++ b/gtk/gtktreedatalist.c @@ -21,8 +21,8 @@ */ #include <config.h> -#include "gtkalias.h" #include "gtktreedatalist.h" +#include "gtkalias.h" #include <string.h> static GMemChunk *tree_chunk = NULL; #define TREE_CHUNK_PREALLOCS 64 |