Tests for module 'vasprintf-posix'.
[gnulib.git] / tests / test-avltree_list.c
index 26d3396..b8bd0df 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of sequential list data type implementation.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
 # include <config.h>
 #endif
 
+#include "gl_avltree_list.h"
+
 #include <stdlib.h>
 
 #include "gl_array_list.h"
-#include "gl_avltree_list.h"
+#include "progname.h"
 
 extern void gl_avltree_list_check_invariants (gl_list_t list);