Added check for Unix specific headers and harmonize with Win32 build.
[pazpar2-moved-to-github.git] / src / relevance.c
index b35adce..86ba9ec 100644 (file)
@@ -17,14 +17,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
 
-#include <ctype.h>
-#include <math.h>
-#include <stdlib.h>
-
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
 
+#include <ctype.h>
+#include <math.h>
+#include <stdlib.h>
+
 #include "relevance.h"
 #include "pazpar2.h"