Skip to content

Commit

Permalink
coap.h.windows: Correct sort order of includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 authored and Jon Shallow committed Oct 4, 2023
1 parent f1f5394 commit 342a2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/coap3/coap.h.windows
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ extern "C" {
#include "coap3/coap_pdu.h"
#include "coap3/coap_prng.h"
#include "coap3/coap_resource.h"
#include "coap3/coap_str.h"
#include "coap3/coap_subscribe.h"
#include "coap3/coap_time.h"
#include "coap3/coap_str.h"
#include "coap3/coap_uri.h"
#include "coap3/coap_ws.h"

Expand Down
2 changes: 1 addition & 1 deletion include/coap3/coap.h.windows.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ extern "C" {
#include "coap@LIBCOAP_API_VERSION@/coap_pdu.h"
#include "coap@LIBCOAP_API_VERSION@/coap_prng.h"
#include "coap@LIBCOAP_API_VERSION@/coap_resource.h"
#include "coap@LIBCOAP_API_VERSION@/coap_str.h"
#include "coap@LIBCOAP_API_VERSION@/coap_subscribe.h"
#include "coap@LIBCOAP_API_VERSION@/coap_time.h"
#include "coap@LIBCOAP_API_VERSION@/coap_str.h"
#include "coap@LIBCOAP_API_VERSION@/coap_uri.h"
#include "coap@LIBCOAP_API_VERSION@/coap_ws.h"

Expand Down

0 comments on commit 342a2d0

Please sign in to comment.