Skip to content

Commit ef2a597

Browse files
authored
feat: move client-side config headers to client-sdk (#211)
This commit moves the client-side `LDClientConfig` and `LDClientConfigBuilder` out of `common` and into `client-sdk`. Although the header locations are moving, no symbol name or function/struct definition is changing. To ease this transition, stub headers in the original locations log messages using `#pragma message`. These stubs can't automatically include the new headers because that'd introduce a circular dependency.
1 parent be77902 commit ef2a597

File tree

15 files changed

+800
-718
lines changed

15 files changed

+800
-718
lines changed

examples/hello-c-client/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <launchdarkly/client_side/bindings/c/sdk.h>
22

3-
#include <launchdarkly/bindings/c/config/builder.h>
43
#include <launchdarkly/bindings/c/context_builder.h>
4+
#include <launchdarkly/client_side/bindings/c/config/builder.h>
55

66
#include <stdbool.h>
77
#include <stdio.h>

0 commit comments

Comments
 (0)