Related to 791a361ad1b08fa56e554654109122b828657a2b Signed-off-by: Sergey Ponomarev <[email protected]> --- jshn.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/jshn.c b/jshn.c index 1b685e5..061fc7f 100644 --- a/jshn.c +++ b/jshn.c @@ -13,11 +13,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef JSONC - #include <json.h> -#else - #include <json/json.h> -#endif +#include <json.h> #include <string.h> #include <stdlib.h> -- 2.27.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
