MXS-2205 Convert maxscale/poll.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-04 11:25:31 +02:00
parent 4dd2dad426
commit d96a7dedc5
35 changed files with 37 additions and 37 deletions

View File

@ -45,7 +45,7 @@
#include <maxscale/limits.h>
#include <maxscale/listener.hh>
#include <maxscale/log.h>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/router.hh>
#include <maxscale/server.hh>
#include <maxscale/service.hh>

View File

@ -17,7 +17,7 @@
*/
#include <maxscale/ccdefs.hh>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/resultset.hh>
struct mxs_worker;

View File

@ -34,7 +34,7 @@
#include <maxscale/alloc.h>
#include <maxscale/users.h>
#include <maxscale/service.hh>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/routingworker.hh>
#include "internal/modules.hh"

View File

@ -25,7 +25,7 @@
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/modutil.hh>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/utils.h>
#include <maxscale/mysql_utils.hh>

View File

@ -15,7 +15,7 @@
* @file poll.c - Abstraction of the epoll functionality
*/
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <errno.h>
#include <inttypes.h>

View File

@ -38,7 +38,7 @@
#include <maxscale/service.hh>
#include <maxscale/session.hh>
#include <maxscale/dcb.hh>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/log.h>
#include <maxscale/ssl.h>
#include <maxscale/alloc.h>

View File

@ -43,7 +43,7 @@
#include <maxscale/housekeeper.h>
#include <maxscale/listener.hh>
#include <maxscale/log.h>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/protocol.h>
#include <maxscale/resultset.hh>
#include <maxscale/router.hh>

View File

@ -34,7 +34,7 @@
#include <maxscale/json_api.h>
#include <maxscale/log.h>
#include <maxscale/modutil.hh>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/router.hh>
#include <maxscale/routingworker.hh>
#include <maxscale/service.hh>

View File

@ -32,7 +32,7 @@
#include <sys/ioctl.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/service.hh>
/**

View File

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <dcb.h>
/**

View File

@ -48,7 +48,7 @@
#include <maxscale/log.h>
#include <maxscale/limits.h>
#include <maxscale/pcre2.h>
#include <maxscale/poll.h>
#include <maxscale/poll.hh>
#include <maxscale/random.h>
#include <maxscale/secrets.h>
#include <maxscale/session.hh>