Skip to content

Commit

Permalink
src/rng: don't pull in iostream
Browse files Browse the repository at this point in the history
updates #55
  • Loading branch information
bpowers committed Jan 2, 2020
1 parent 9a73343 commit 5787669
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/bitmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <atomic>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>

Expand Down
3 changes: 0 additions & 3 deletions src/rng/mwc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#ifndef MESH_MWC_H
#define MESH_MWC_H

#include <stdio.h>
#include <iostream>

#include "../common.h"
//#include <assert.h>
//#define d_assert assert
Expand Down

0 comments on commit 5787669

Please sign in to comment.