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

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