Skip to content

Commit 7b2a83c

Browse files
authored
build: Rename headers with internal json wrappers (#47)
1 parent 193edab commit 7b2a83c

24 files changed

+15
-16
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ target_link_libraries(${TARGET}
5959

6060
target_include_directories(${TARGET}
6161
PRIVATE
62-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/json_types>
6362
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
6463
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
6564
PUBLIC

src/accessibility_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "accessibility_impl.h"
20-
#include "jsondata_accessibility_types.h"
20+
#include "json_types/accessibility.h"
2121

2222
namespace Firebolt::Accessibility
2323
{

src/advertising_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "advertising_impl.h"
20-
#include "jsondata_advertising_types.h"
20+
#include "json_types/advertising.h"
2121

2222
namespace Firebolt::Advertising
2323
{

src/device_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "device_impl.h"
20-
#include "jsondata_device_types.h"
20+
#include "json_types/device.h"
2121

2222
namespace Firebolt::Device
2323
{

src/discovery_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "discovery_impl.h"
20-
#include "jsondata_common.h"
20+
#include "json_types/common.h"
2121
#include <firebolt/json_types.h>
2222

2323
namespace Firebolt::Discovery

src/display_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "display_impl.h"
20-
#include "jsondata_display_types.h"
20+
#include "json_types/display.h"
2121

2222
namespace Firebolt::Display
2323
{
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)