aboutsummaryrefslogtreecommitdiff
path: root/osp/public/service_publisher.h
diff options
context:
space:
mode:
Diffstat (limited to 'osp/public/service_publisher.h')
-rw-r--r--osp/public/service_publisher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/osp/public/service_publisher.h b/osp/public/service_publisher.h
index ef94042d..b31f59fc 100644
--- a/osp/public/service_publisher.h
+++ b/osp/public/service_publisher.h
@@ -5,7 +5,6 @@
#ifndef OSP_PUBLIC_SERVICE_PUBLISHER_H_
#define OSP_PUBLIC_SERVICE_PUBLISHER_H_
-#include <atomic>
#include <cstdint>
#include <string>
#include <vector>
@@ -145,7 +144,7 @@ class ServicePublisher {
protected:
explicit ServicePublisher(Observer* observer);
- std::atomic<State> state_;
+ State state_;
ServicePublisherError last_error_;
Observer* observer_;