Remove unnecessary includes of hashtable.h

And add where necessary.
This commit is contained in:
Johan Wikman
2018-06-12 10:59:45 +03:00
parent 6cc03afdf9
commit 69b19d1473
5 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,6 @@
#include <maxscale/cdefs.h> #include <maxscale/cdefs.h>
#include <maxscale/protocol.h> #include <maxscale/protocol.h>
#include <maxscale/ssl.h> #include <maxscale/ssl.h>
#include <maxscale/hashtable.h>
#include <maxscale/jansson.h> #include <maxscale/jansson.h>
MXS_BEGIN_DECLS MXS_BEGIN_DECLS

View File

@ -32,7 +32,6 @@
#include <maxscale/server.h> #include <maxscale/server.h>
#include <maxscale/listener.h> #include <maxscale/listener.h>
#include <maxscale/filter.h> #include <maxscale/filter.h>
#include <maxscale/hashtable.h>
#include <maxscale/resultset.h> #include <maxscale/resultset.h>
#include <maxscale/config.h> #include <maxscale/config.h>
#include <maxscale/jansson.h> #include <maxscale/jansson.h>

View File

@ -17,7 +17,6 @@
*/ */
#include <maxscale/cdefs.h> #include <maxscale/cdefs.h>
#include <maxscale/hashtable.h>
#include <maxscale/dcb.h> #include <maxscale/dcb.h>
#include <maxscale/listener.h> #include <maxscale/listener.h>
#include <maxscale/service.h> #include <maxscale/service.h>

View File

@ -34,6 +34,7 @@
#include <maxscale/adminusers.h> #include <maxscale/adminusers.h>
#include <maxscale/alloc.h> #include <maxscale/alloc.h>
#include <maxscale/clock.h> #include <maxscale/clock.h>
#include <maxscale/hashtable.h>
#include <maxscale/housekeeper.h> #include <maxscale/housekeeper.h>
#include <maxscale/http.hh> #include <maxscale/http.hh>
#include <maxscale/json_api.h> #include <maxscale/json_api.h>

View File

@ -14,7 +14,6 @@
#include <maxscale/cppdefs.hh> #include <maxscale/cppdefs.hh>
#include <tr1/unordered_map> #include <tr1/unordered_map>
#include <maxscale/hashtable.h>
#include "cache.hh" #include "cache.hh"
#include "cache_storage_api.hh" #include "cache_storage_api.hh"