Remove unnecessary includes of hashtable.h

This commit is contained in:
Johan Wikman 2018-06-12 18:26:28 +03:00
parent 68c0c59d92
commit 34c33ce798
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include <string>
#include <maxscale/dcb.h>
#include <maxscale/hashtable.h>
#include <maxscale/log_manager.h>
#include <maxscale/queryclassifier.hh>
#include <maxscale/router.hh>

View File

@ -19,7 +19,6 @@
#include <list>
#include <maxscale/service.h>
#include <maxscale/hashtable.h>
#include <maxscale/spinlock.hh>
using namespace maxscale;