MXS-2205 Convert maxscale/poll.h to .hh
This commit is contained in:
@ -13,12 +13,12 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @file include/maxscale/poll.h - The public poll interface
|
||||
* @file include/maxscale/poll.hh - The public poll interface
|
||||
*/
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/dcb.hh>
|
||||
|
||||
MXS_BEGIN_DECLS
|
@ -24,7 +24,7 @@
|
||||
#include <maxbase/semaphore.hh>
|
||||
#include <maxbase/worker.hh>
|
||||
#include <maxbase/stopwatch.hh>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/routingworker.h>
|
||||
#include <maxscale/session.hh>
|
||||
|
Reference in New Issue
Block a user