MXS-2205 Convert modulecmd.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-03 11:36:50 +02:00
parent 3e5818fcb6
commit 35cdbc7220
17 changed files with 22 additions and 22 deletions

View File

@ -30,7 +30,7 @@
#include <maxscale/paths.h>
#include <maxscale/alloc.h>
#include <maxscale/json_api.h>
#include <maxscale/modulecmd.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/protocol.h>
#include <maxscale/router.h>
#include <maxscale/filter.h>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/modulecmd.h>
#include <maxscale/modulecmd.hh>
#include <string>

View File

@ -22,7 +22,7 @@
#include <maxscale/http.hh>
#include <maxscale/jansson.hh>
#include <maxscale/json_api.h>
#include <maxscale/modulecmd.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/server.hh>
#include <maxscale/routingworker.hh>

View File

@ -19,7 +19,7 @@
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/paths.h>
#include <maxscale/modulecmd.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/session.h>
#include <maxscale/json_api.h>