aboutsummaryrefslogtreecommitdiff
path: root/osp/public/service_listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'osp/public/service_listener.h')
-rw-r--r--osp/public/service_listener.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/osp/public/service_listener.h b/osp/public/service_listener.h
index 5d81536d..2a11e44c 100644
--- a/osp/public/service_listener.h
+++ b/osp/public/service_listener.h
@@ -5,7 +5,6 @@
#ifndef OSP_PUBLIC_SERVICE_LISTENER_H_
#define OSP_PUBLIC_SERVICE_LISTENER_H_
-#include <atomic>
#include <cstdint>
#include <string>
#include <vector>
@@ -150,7 +149,7 @@ class ServiceListener {
protected:
ServiceListener();
- std::atomic<State> state_;
+ State state_;
ServiceListenerError last_error_;
std::vector<Observer*> observers_;