Skip to content

Commit dee5d3b

Browse files
committed
remove excess getopt.h
1 parent b5322ee commit dee5d3b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sample_projects/template-ecm/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
#include <cmath>
7373
#include <omp.h>
7474
#include <fstream>
75-
#include <getopt.h>
7675

7776
#include "./core/PhysiCell.h"
7877
#include "./modules/PhysiCell_standard_modules.h"

sample_projects/template/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
#include <cmath>
7373
#include <omp.h>
7474
#include <fstream>
75-
#include <getopt.h>
7675

7776
#include "./core/PhysiCell.h"
7877
#include "./modules/PhysiCell_standard_modules.h"

0 commit comments

Comments
 (0)