RouterFleXML now reads XML simple config and make proper runtime
[metaproxy-moved-to-github.git] / src / ex_filter_frontend_net.cpp
index b77a063..44e12f2 100644 (file)
@@ -1,9 +1,11 @@
-/* $Id: ex_filter_frontend_net.cpp,v 1.20 2006-01-04 11:19:04 adam Exp $
+/* $Id: ex_filter_frontend_net.cpp,v 1.21 2006-01-09 13:43:59 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
  */
 
+#include "config.hpp"
+
 #include <cstdlib>
 #include <iostream>
 #include <stdexcept>
@@ -11,7 +13,6 @@
 #include <boost/program_options.hpp>
 namespace po = boost::program_options;
 
-#include "config.hpp"
 
 #include "util.hpp"
 #include "filter_frontend_net.hpp"