MXS-2008 Move maxscale/semaphore.h to maxbase/semaphore.h

This commit is contained in:
Johan Wikman 2018-08-13 15:52:53 +03:00
parent 812f2edbdf
commit d53bc9d3be
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
#include <maxscale/ccdefs.hh>
#include <errno.h>
#include <maxscale/semaphore.h>
#include <maxbase/semaphore.h>
#include <maxscale/debug.h>
namespace maxscale

View File

@ -17,7 +17,7 @@
*/
// As a minimal preparation for other environments than Linux, components
// include <maxscale/semaphore.h>, instead of including <semaphore.h>
// include <maxbase/semaphore.h>, instead of including <semaphore.h>
// directly.
#include <maxscale/cdefs.h>
#include <maxbase/cdefs.h>
#include <semaphore.h>

View File

@ -18,6 +18,7 @@
#include <string>
#include <thread>
#include <maxbase/semaphore.h>
#include <maxscale/alloc.h>
#include <maxscale/atomic.h>
#include <maxscale/clock.h>
@ -25,7 +26,6 @@
#include <maxscale/housekeeper.h>
#include <maxscale/json_api.h>
#include <maxscale/query_classifier.h>
#include <maxscale/semaphore.h>
#include <maxscale/spinlock.h>
#include <maxscale/spinlock.hh>