Skip to content

Commit

Permalink
ParU_C.h: Avoid including header in extern "C" block
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 21, 2023
1 parent 9747d1d commit 252ba04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ParU/Include/ParU_C.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
#ifndef PARU_C_H
#define PARU_C_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdint.h>
#include "ParU_definitions.h"

Expand Down Expand Up @@ -79,6 +75,10 @@ typedef struct ParU_C_Numeric_struct
void *num_handle;
} ParU_C_Numeric;

#ifdef __cplusplus
extern "C" {
#endif

//------------------------------------------------------------------------------
// ParU_Version:
//------------------------------------------------------------------------------
Expand Down

0 comments on commit 252ba04

Please sign in to comment.