Skip to content

Commit 8b24151

Browse files
author
Anatolii Sakhnik
committed
Revert "Move payload.hpp from public to private headers"
This reverts commit 4ee88cb. Open-webOS-DCO-1.0-Signed-off-by: Anatolii Sakhnik <[email protected]>
1 parent bfb363e commit 8b24151

File tree

6 files changed

+2
-3
lines changed

6 files changed

+2
-3
lines changed

include/public/luna-service2++/subscription.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <algorithm>
2424

2525
#include "message.hpp"
26+
#include "payload.hpp"
2627

2728
namespace LS {
2829

include/public/luna-service2/lunaservice.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "luna-service2++/handle.hpp"
2424
#include "luna-service2++/palm_service.hpp"
2525
#include "luna-service2++/call.hpp"
26+
#include "luna-service2++/payload.hpp"
2627
#include "luna-service2++/subscription.hpp"
2728

2829

src/libluna-service2++/subscription.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "subscription.hpp"
2020
#include "error.hpp"
2121
#include "handle.hpp"
22-
#include "payload.hpp"
2322

2423
namespace LS {
2524

src/libluna-service2++/test/test_jsonpayload.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <gtest/gtest.h>
2020

2121
#include <luna-service2/lunaservice.hpp>
22-
#include <payload.hpp>
2322

2423

2524
TEST(TestJSONPayload, JSONPayloadGetTest)

src/libluna-service2++/test/test_subscription_cxx.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include <gtest/gtest.h>
3434

3535
#include <luna-service2/lunaservice.hpp>
36-
#include <payload.hpp>
3736

3837
#define TEST_CLASS_NAME "TestService"
3938
std::atomic_uint g_counter{0};

0 commit comments

Comments
 (0)