Skip to content

Commit

Permalink
pcu_util: include stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
bgranzow committed Mar 8, 2017
1 parent c8749e9 commit 407cc66
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion gmi/agm.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*******************************************************************************/

#include "agm.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pcu_util.h>
Expand Down
1 change: 0 additions & 1 deletion gmi/gmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*******************************************************************************/
#include "gmi.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pcu_util.h>

Expand Down
1 change: 0 additions & 1 deletion gmi/gmi_lookup.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "gmi_lookup.h"
#include "agm.h"
#include <stdio.h>
#include <stdlib.h>
#include <pcu_util.h>

Expand Down
1 change: 0 additions & 1 deletion pcu/pcu_mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
BSD license as described in the LICENSE file in the top-level directory.
*******************************************************************************/
#include <stdio.h>
#include "pcu_mpi.h"
#include "pcu_util.h"

Expand Down
1 change: 0 additions & 1 deletion pcu/pcu_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*******************************************************************************/

#include "pcu_util.h"
#include <stdio.h>
#include <stdlib.h>

void PCU_Assert_Fail(const char* msg) {
Expand Down
2 changes: 2 additions & 0 deletions pcu/pcu_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef PCU_UTIL_H
#define PCU_UTIL_H

#include <stdio.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 407cc66

Please sign in to comment.