diff src/DLD-FUNCTIONS/lookup.cc @ 10039:1e306aa51d6c

Include config.h before another header file.
author Thomas Treichl
date Mon, 28 Dec 2009 10:11:20 -0600
parents 31d644253380
children 4b270d1540f7
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/lookup.cc	Mon Dec 28 10:42:05 2009 -0500
+++ b/src/DLD-FUNCTIONS/lookup.cc	Mon Dec 28 10:11:20 2009 -0600
@@ -22,14 +22,14 @@
 
 // Author: Jaroslav Hajek <highegg@gmail.com>
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <cctype>
 #include <functional>
 #include <algorithm>
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include "dNDArray.h"
 #include "CNDArray.h"