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

@ -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

View File

@ -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>