Skip to content

Commit

Permalink
use forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 5, 2023
1 parent 6275458 commit c6e302b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions include/re_dbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
extern "C" {
#endif

struct pl;

/** Debug levels */
enum {
DBG_EMERG = 0, /**< System is unusable */
Expand Down
1 change: 0 additions & 1 deletion src/async/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <re_thread.h>
#include <re_async.h>
#include <re_tmr.h>
#include <re_fmt.h>
#include <re_mqueue.h>

#define DEBUG_MODULE "async"
Expand Down
1 change: 0 additions & 1 deletion src/hmac/hmac_sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <mbedtls/error.h>
#endif
#include <re_hmac.h>
#include <re_fmt.h>


#define DEBUG_MODULE "hmac"
Expand Down
1 change: 0 additions & 1 deletion src/mod/win32/dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
#include <windows.h>
#include <re_types.h>
#include <re_fmt.h>
#include "../mod_internal.h"


Expand Down
1 change: 0 additions & 1 deletion src/thread/win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <re_mem.h>
#include <re_list.h>
#include <re_tmr.h>
#include <re_fmt.h>
#include <re_thread.h>


Expand Down

0 comments on commit c6e302b

Please sign in to comment.