Avoid extern when a header just does it
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Sep 2009 12:23:35 +0000 (14:23 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Sep 2009 12:23:35 +0000 (14:23 +0200)
src/reclists.c

index 85021c6..7d92643 100644 (file)
@@ -27,8 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include "pazpar2.h"
 #include "reclists.h"
-
-extern struct parameters global_parameters;
+#include "parameters.h"
 
 static struct reclist_sortparms *qsort_sortparms = 0; /* thread pr */