]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/ueberbackend.cc
Include config.h only in .cc files
[thirdparty/pdns.git] / pdns / ueberbackend.cc
index 8117370b1f8a96d9d04ac4091093b67719738d17..629cbdbd0b4fec3e04a56d15761e724814233611 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <boost/archive/binary_iarchive.hpp>
 #include <boost/archive/binary_oarchive.hpp>
 
 #include "packetcache.hh"
 #include "utility.hh"
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif // HAVE_CONFIG_H
 
 #include <string>
 #include <map>