Move glib include out of PBD namespace

strictly speaking the include is not needed here since
g_atomic_compat.h includes glib.h. However it is idempotent,
the file does use glib methods, and g_atomic_compat.h may
one day be removed again.
This commit is contained in:
Robin Gareus 2021-04-16 17:43:31 +02:00
parent f40973658e
commit b23f260d21
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -20,11 +20,12 @@
#ifndef PBD_ATOMIC_COUNTER_H
#define PBD_ATOMIC_COUNTER_H
#include <glib.h>
#include "pbd/g_atomic_compat.h"
namespace PBD {
#include <glib.h>
class atomic_counter
{
/**