#include <dhcpsrv/mysql_connection.h>
#include <exceptions/exceptions.h>
-#include <boost/foreach.hpp>
-#include <boost/algorithm/string.hpp>
-
#include <algorithm>
#include <iostream>
#include <iterator>
-#include <map>
-#include <sstream>
+#include <stdint.h>
#include <string>
-#include <time.h>
-
using namespace isc;
using namespace isc::dhcp;
using namespace std;
#ifndef MYSQL_CONNECTION_H
#define MYSQL_CONNECTION_H
-#include <dhcp/hwaddr.h>
-#include <dhcpsrv/lease_mgr.h>
#include <dhcpsrv/database_connection.h>
#include <boost/scoped_ptr.hpp>
#include <mysql.h>
-
-#include <time.h>
+#include <vector>
namespace isc {
namespace dhcp {